On Jan 31, 2009, at 4:22 PM, Cyrus Rahman wrote:
I have a combination of system and virtual users. The system users
were unaffected by the change, but the virtual users all lost access
to their mail because their home directories, as interpreted by
dovecot, moved from u...@domain to u...@user@domain.
Set auth_debug=yes, mail_debug=yes and log in. What does it show in
logs?
passdb:
driver: pam
args: session=yes dovecot
passdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
userdb:
driver: passwd
args: blocking=yes
userdb:
driver: static
args: uid=vmail gid=vmail home=/var/vmail/%u mail=maildir:~/
Inboxdir
So you have both system and virtual users?