11 Sep
2006
11 Sep
'06
5:58 p.m.
/var/spool/spam/<user>.
I am trying to achieve that, in IMAP, each user will see his spam mbox as a folder named "SPAM" or something like that (possibly under some new namespace), without creating a symbolic link for each user.
Is there any facility for that?
Looking at http://wiki.dovecot.org/Namespaces
w/o doing any testing, I would try something along these lines (from the bottom of the page)
namespace private { separator = / inbox = yes location = mbox:/var/spool/spam/%u:INBOX=/var/spool/%u }