changeset 3144:33cbe3dec3b8 HEAD

Added a reminder about needing a default namespace.
author Timo Sirainen <tss@iki.fi>
date Tue, 08 Feb 2005 13:03:17 +0200
parents c9889006321d
children 941e381733a8
files dovecot-example.conf
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Feb 08 12:52:40 2005 +0200
+++ b/dovecot-example.conf	Tue Feb 08 13:03:17 2005 +0200
@@ -200,12 +200,17 @@
 
 # If you need to set multiple mailbox locations or want to change default
 # namespace settings, you can do it by defining namespace sections:
-
+#
 # You can have private, shared and public namespaces. The only difference
 # between them is how Dovecot announces them to client via NAMESPACE
 # extension. Shared namespaces are meant for user-owned mailboxes which are
 # shared to other users, while public namespaces are for more globally
 # accessible mailboxes.
+#
+# REMEMBER: If you add any namespaces, the default namespace must be added
+# explicitly, ie. default_mail_env does nothing unless you have a namespace
+# without a location setting. Default namespace is simply done by having a
+# namespace with empty prefix.
 #namespace private {
    # Hierarchy separator to use. You should use the same separator for all
    # namespaces or some clients get confused. '/' is usually a good one.