[Dovecot] Re: 0.99 mail env

Timo Sirainen tss at iki.fi
Sun Sep 12 15:44:18 EEST 2004


On 10.9.2004, at 15:33, Björn Grönvall wrote:

>> Is it possible to simultaneously have both maildir and mbox folders?
>> Perhaps something like
>>
>> ~/mail/folder1     ~/mail/folder2
>>
>> ~/Maildir/.folder3 ~/Maildir/.folder4
>
> Let me rephrase that, using dovecot v1.0-test40 how do I configure
> it to be able to access the above four folders. Do I need to play some
> games with namespaces? Should I set default_mail_env to some magic or
> perhaps do something completely different.

You'll need to create namespaces. For example:

namespace private {
   separator = /
   inbox = yes
   prefix =
   location = maildir:~/Maildir
}

namespace private {
   separator = /
   prefix = mbox/
   location = mbox:~/mail
}

~/mail mboxes then show up under mbox/ folder while the rest is maildir.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040912/0c93a60d/attachment-0001.bin>


More information about the dovecot mailing list