On 04 Apr 2016, at 13:28, [email protected] wrote: > > namespace shared { > type = shared > list = yes # children > disabled = yes > separator = / > prefix = shared/%%u/ > location = imapc:~/dovemail/shared/%%u/ > }
Don't you get a warning with this?
Warning: Obsolete setting in dovecot.conf:1: namespace shared {} has been
replaced by namespace { type=shared }
This is because of the v1.x dovecot.conf auto-conversion code. Try giving it a
different name than "shared" and see if it works.
