On Mon, 2008-10-13 at 04:35 -0600, [EMAIL PROTECTED] 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.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to