10 Mar
2008
10 Mar
'08
6:28 a.m.
On Sun, 2008-03-09 at 21:18 -0700, Andrew Roberts wrote:
Here's the output of dovecot -n # 1.1.rc3: /etc/dovecot/dovecot.conf
BTW:
mail_location: maildir:/var/mail/%Lu
This is never used, because you specified it in namespace:
namespace: type: private separator: . location: maildir:/var/mail/%Lu
This is what is always used.
userdb: driver: static args: allow_all_users=yes user=%Lu uid=206 gid=206 home=/var/mail/mailhome/%Lu mail=maildir:/var/mail/%Lu
"mail" is also never used here, because although it overrides mail_location, namespace's location overrides mail_location.