enable/disable shared namespace in passdb

Timo Sirainen tss at iki.fi
Wed Apr 6 19:41:56 UTC 2016


On 04 Apr 2016, at 13:28, abi at oleane.net 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.



More information about the dovecot mailing list