Hello,
I have about 100 mboxes, a few with a lot of mails and others with a few
mails. I have configured dovecot to use maildir as mail format, but I would like to give users the ability to access their old email located in their old mbox. So all the new mail would be in the ~/Maildir/ and their old or archived email in /home/vmail/mboxmail/%Ln
How can I add a namespace to achieve my goal...?
namespace private { separator = / hidden = yes prefix = "#mbox/" location = mbox:/home/vmail/mboxmail/%Ln/ }
Like that...?
Thanks for any inputs...
This did it: namespace private { separator = / hidden = no prefix = "#ArchiveMail/" location = mbox:/home/vmail/mboxmail:INBOX=/home/vmail/mboxmail/%Ln }
Thanks
Hello,
I have about 100 mboxes, a few with a lot of mails and others with a few
mails. I have configured dovecot to use maildir as mail format, but I would like to give users the ability to access their old email located in their old mbox. So all the new mail would be in the ~/Maildir/ and their old or archived email in /home/vmail/mboxmail/%Ln
How can I add a namespace to achieve my goal...?
namespace private { separator = / hidden = yes prefix = "#mbox/" location = mbox:/home/vmail/mboxmail/%Ln/ }
Like that...?
Thanks for any inputs...
On Mon, 2008-12-08 at 14:31 -0600, Romer Ventura wrote:
This did it: namespace private { separator = / hidden = no prefix = "#ArchiveMail/" location = mbox:/home/vmail/mboxmail:INBOX=/home/vmail/mboxmail/%Ln }
Doesn't this gives all users ability to read all other users' mboxes?
participants (2)
-
Romer Ventura
-
Timo Sirainen