[Dovecot] Multiple mailboxes per user
Timo Sirainen
tss at iki.fi
Mon Oct 13 16:39:18 EEST 2008
On Mon, 2008-10-13 at 04:35 -0600, spam at wilysloth.com wrote:
> My users currently have mail delivered to mulitple MailDir locations
> via procmail.
>
> ~/mail/inbox/
> ~/mail/graph/
> ~/mail/spam/
..
> # 1.0.15: /etc/dovecot/dovecot.conf
Dovecot v1.0 supports only Maildir++ directory layout:
http://wiki.dovecot.org/MailboxFormat/Maildir#maildir++
Would be easiest if you could just rename the mailboxes, or maybe
symlink them.
With v1.1 you'd be able to do:
mail_location = maildir:~/mail:LAYOUT=fs
> namespace:
> type: private
> prefix: graph
> location: maildir:~/mail/graph
> namespace:
> type: private
> prefix: spam
> location: maildir:~/mail/spam
These are pretty kludgy, but you could do:
namespace {
prefix = spam.
location = maildir:~/mail/spam
}
And that would show up as spam.INBOX I think. Or maybe not. Namespaces
weren't really meant for this kind of use.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20081013/6df86c90/attachment.bin
More information about the dovecot
mailing list