Displaying 1 result from an estimated 1 matches for "myfolder2".
Did you mean:
myfolder
2006 Mar 23
0
Can Dovecot 'slurp' into the INBOX from a mail spool file?
...n/Maildir/
}
namespace private {
separator = /
prefix = mail/
inbox = yes
hidden = no
location =
mbox:/home/virtual/%d/home/%n/mail/:INBOX=/home/virtual/%d/var/spool/mail/%n
}
This gives a rather odd folder structure as follows:
INBOX
Sent
Drafts
Trash
mail/
--- INBOX
myfolder1
myfolder2
Both of those INBOXes are actually the same folder.
I'd ideally like to hide the mbox namespace entirely so that the user
does not see any mbox folders.
UW IMAP, with it's mbx format, allows you to just drop in a file called
INBOX in mbx format and it will 'slurp' the /var/spoo...