[Dovecot] Mixed maildir and mbox folder

Timo Sirainen tss at iki.fi
Thu May 15 09:05:33 EEST 2008


On Wed, 2008-05-07 at 22:13 +0200, Stefan Klatt wrote:
> namespace:
>   type: private
>   separator: /
>   location: mbox:/srv/imapd/user/%u/Spam

I guess the Spam is a mbox file? You can't create a location to point
only to a single mailbox. Rather you might want to use something like:

namespace private {
  prefix = mbox/
  location = mbox:/srv/imapd/user/%u
}

Then you'll have mbox/Spam, and whatever other mbox files exist in that
directory.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20080515/84705934/attachment.bin 


More information about the dovecot mailing list