6 Aug
2006
6 Aug
'06
11:38 p.m.
On Sat, 2006-08-05 at 03:32 -0700, Daniel Kauffman wrote:
Settings for mail_chroot and default_mail_env are not playing well together.
It seems that default_mail_env is verified to exist *before* the chroot but is later used *after* the chroot.
A configuration like this:
mail_chroot = /var/mail/example.com/username
default_mail_env = maildir:/Maildir
Fails with the message:
- stat(/Maildir) failed: No such file or directory
I guess this is the NFS check. See if it happens with adding nfs_check=no to dovecot.conf? Fixed that in CVS now.