Displaying 1 result from an estimated 1 matches for "1aef6543".
2006 Aug 05
1
Using mail_chroot and default_mail_env
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
As a