[Dovecot] Shared mailboxes with dovecot.
Timo Sirainen
tss at iki.fi
Wed Sep 1 20:54:55 EEST 2010
On Thu, 2010-08-26 at 16:13 +0300, Mihajlin Evgenij wrote:
>
> mail_location = maildir:/var/spool/vmail/domains/%d/%n/Maildir
> namespace {
> location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
These don't match. You're now using home dir in one but not the other.
> user_attrs =
> =home=/var/spool/vmail/domains/%d/%n,=mail=/var/spool/vmail/domains/%d/%n/Maildir
Also you're here overriding mail_location. To make this simple:
- Remove "mail=.." from user_attrs
- Set mail_location = maildir:~/Maildir
More information about the dovecot
mailing list