dovecot-2.1: example-config: Use a default uncommented "namespac...

dovecot at dovecot.org dovecot at dovecot.org
Wed Dec 7 00:30:31 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/2c8d39467f21
changeset: 13802:2c8d39467f21
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Dec 06 23:55:48 2011 +0200
description:
example-config: Use a default uncommented "namespace inbox".

diffstat:

 doc/example-config/conf.d/10-mail.conf |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 867f06516121 -r 2c8d39467f21 doc/example-config/conf.d/10-mail.conf
--- a/doc/example-config/conf.d/10-mail.conf	Tue Dec 06 23:53:44 2011 +0200
+++ b/doc/example-config/conf.d/10-mail.conf	Tue Dec 06 23:55:48 2011 +0200
@@ -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 {


More information about the dovecot-cvs mailing list