15 May
2008
15 May
'08
9:05 a.m.
On Wed, 2008-05-07 at 22:13 +0200, Stefan Klatt wrote:
namespace: type: private separator: / location: mbox:/srv/imapd/user/%u/Spam
I guess the Spam is a mbox file? You can't create a location to point only to a single mailbox. Rather you might want to use something like:
namespace private { prefix = mbox/ location = mbox:/srv/imapd/user/%u }
Then you'll have mbox/Spam, and whatever other mbox files exist in that directory.