]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Use a default uncommented "namespace inbox".
authorTimo Sirainen <tss@iki.fi>
Tue, 6 Dec 2011 21:55:48 +0000 (23:55 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 6 Dec 2011 21:55:48 +0000 (23:55 +0200)
doc/example-config/conf.d/10-mail.conf

index e05c6af4c991e503207e9ea0c14754a4331c5adb..4e53a4f015ee28380c54d9551684700218cb4285 100644 (file)
 # 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 {