12 Sep
2004
12 Sep
'04
3:44 p.m.
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.