[Dovecot] extraneous mail folder created

Timo Sirainen tss at iki.fi
Tue Mar 16 15:01:07 EET 2010


On Sat, 2010-03-13 at 11:19 +0000, John Moorhouse wrote:

> namespace private {
> separator = /
> prefix = "#dbox/"
> location = dbox:~/mail:INBOX=/var/mail/%u
> inbox = yes
> hidden = yes
> list = no   # for v1.1+
> }
> namespace private {
> separator = /
> prefix =
> location = dbox:/var/mail/%u/mail
> }

That seems overly complicated. Just use one namespace:

namespace private {
  separator = /
  prefix =
  location = dbox:/var/mail/%u/mail:INBOX=/var/mail/%u
  inbox = yes
}

(and if still possible, I'd remove the :INBOX= part too so that it goes
to /var/mail/%u/mail/INBOX/)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20100316/78dfdfd9/attachment.bin 


More information about the dovecot mailing list