[Dovecot] migration dove 2.0 2.1 shared namespace acl broken / shared/%%n/ works

Timo Sirainen tss at iki.fi
Thu Apr 19 18:41:28 EEST 2012


On 19.4.2012, at 17.45, Robert Schetterer wrote:

> Hi Timo,
> i did some more tests
> in shared namespace
> prefix
> 
> shared/%%u/ is not working
> 
> 
> shared/%%n/ is working
> 
> i cant use that cause of mutiple domains
> naming convention ,users are user at domain.de etc

I can't really think of why that would make a difference. I did a few tests and couldn't reproduce the problem. Try if changing the location in the shared namespace makes a difference:

namespace {
 list = yes
 location = maildir:%%h:INDEX=~/shared/%%d/%%u
 prefix = shared/%%u/
 separator = /
 subscriptions = no
 type = shared
}

BTW. You could remove autocreate plugin by moving the rest of the autocreates to mailbox { auto=create } settings.


More information about the dovecot mailing list