27 Aug
2009
27 Aug
'09
3:58 p.m.
On Thu, 2009-08-27 at 15:41 +0200, Claudio Tassini wrote:
dovecot -n extract: mail_location: maildir:/maildirs/%h
Don't do this. v1.2+ no longer even allows it. Rather use:
mail_location = maildir:%h
user_attrs = mailMessageStore=home,maildirquota=quota_rule=*:backend=%$
user_attrs = mailMessageStore=home=/maildirs/%$, ...
And preferably the home wouldn't even contain the Maildir/ part, so that you'd have a separate home directory and
mail_location = maildir:%h/Maildir