Displaying 1 result from an estimated 1 matches for "somevhost".
Did you mean:
somehost
2004 Oct 18
2
default_mail_env %d var problem
Hello,
I am new to Dovecot and trying to setup on my Fedora Core 1 mail
servers (actually migrating from uw to dovecot ;-) ).
In my setup I use pam to authenticate virtual users.
All the usernames include @domainname in their usernames like
'jane at somevhost.com'.
Now path to user's home and INBOX includes
/home/vhosts/<domainname>/home/<username>.
I have added following to dovecot.conf.
------------------------
auth_passdb = pam
auth_verbose = yes
auth_username_chars =
default_mail_env =
mbox:/home/vhosts/%d/%h/:INBOX=/home/vhosts...