From: Timo Sirainen Date: Tue, 6 Dec 2011 21:55:48 +0000 (+0200) Subject: example-config: Use a default uncommented "namespace inbox". X-Git-Tag: 2.1.rc2~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f46b863383fc94afcd2693ecae8788cb5fdd20c;p=thirdparty%2Fdovecot%2Fcore.git example-config: Use a default uncommented "namespace inbox". --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index e05c6af4c9..4e53a4f015 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -39,12 +39,7 @@ # namespaces you'll typically want to enable ACL plugin also, otherwise all # users can access all the shared mailboxes, assuming they have permissions # on filesystem level to do so. -# -# REMEMBER: If you add any namespaces, the default namespace must be added -# explicitly, ie. mail_location does nothing unless you have a namespace -# without a location setting. Default namespace is simply done by having a -# namespace with empty prefix. -#namespace { +namespace inbox { # Namespace type: private, shared or public #type = private @@ -63,7 +58,7 @@ # There can be only one INBOX, and this setting defines which namespace # has it. - #inbox = no + inbox = yes # If namespace is hidden, it's not advertised to clients via NAMESPACE # extension. You'll most likely also want to set list=no. This is mostly @@ -80,7 +75,7 @@ # Namespace handles its own subscriptions. If set to "no", the parent # namespace handles them (empty prefix should always have this as "yes") #subscriptions = yes -#} +} # Example shared namespace configuration #namespace {