[Dovecot] Shared folders and subscriptions

Timo Sirainen tss at iki.fi
Sat Apr 18 00:22:32 EEST 2009


On Fri, 2009-04-17 at 22:48 +0200, Markus Werner wrote:
> namespace shared {
>     separator = /
>     prefix = "#User/%%u/"
>     location = maildir:%%h/Maildir:INDEX=~/Maildir/index/shared/%%u:CONTROL=~/Maildir/control/shared
>     subscriptions = yes
>     list = yes
> }

The CONTROL must have also %%u in it, otherwise different shared users'
control files get mixed together and everything breaks.

Preferably you should also be using subscriptions=no so you wouldn't
have to specify CONTROL at all, but for that you'd need to have a
namespace with prefix="".

Anyway, this fixes subscriptions=yes:
http://hg.dovecot.org/dovecot-1.2/rev/0dcb7e34a216
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090417/c69eec25/attachment.bin 


More information about the dovecot mailing list