Displaying 2 results from an estimated 2 matches for "domainname_com".
2008 Mar 24
1
Authentication: Dovecot -> Vpopmail - > MySQL with one table per domain
...ne table per
domain (--disable-many-domains) . What I cannot figure
out is how to have Dovecot authenticate to Vpopmail
when Vpopmail uses one table per domain. Basically I
need dynamic SQL in the Dovecot-sql.conf file.
Currently I have:
password_query = select pw_clear_passwd as password
from domainname_com where pw_name = '%n'
I need something like
password_query = select pw_clear_passwd as password
from %d where pw_name = '%n'
Where %d is the name of the table. I can't use the
exact domain name at it will not match the vpopmail
format domainname_com. I would be happy to...
2004 Jun 01
2
IMAP login name conversion
Hi all,
Out IMAP client (Outlook and others) use login name like joedirt at domainname.com
I need dovecot to convert it to joedirt-domainname_com since that is the local login name.
Can someone give me a hint how to do that?
Is there any simple way to do it or do I have to modify any source code?
Thanks,
Zoong