Thank you for the answer. However this would not work, as a namespace has to be a directory. What I want is either a "custom" namespace that doesn't directly map to a directory, so it will contain only one mailbox.
Or perhaps a namespace can contain messages directly? However the syntax given doesn't work with Dovecot (I tried).
What would be probably best for me is something like the INBOX=, for mapping arbitrary folder names to arbitrary mailboxes, on top of the automatic directory mapping.
-- Tom
On Mon, Sep 11, 2006 at 10:58:04AM -0400, Jim Horner wrote:
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 }
-- Tom Alsberg - hacker (being the best description fitting this space) Web page: http://www.cs.huji.ac.il/~alsbergt/ DISCLAIMER: The above message does not even necessarily represent what my fingers have typed on the keyboard, save anything further.