diff dovecot-example.conf @ 2673:5f2c5b65b0cd HEAD

Added example namespace with comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Sep 2004 14:58:49 +0300
parents 0ba82d7a5aba
children 857f5f7b512b
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Sep 26 18:51:57 2004 +0300
+++ b/dovecot-example.conf	Mon Sep 27 14:58:49 2004 +0300
@@ -189,6 +189,39 @@
 #
 #default_mail_env = 
 
+# 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.
+#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.
+   #separator = /
+
+   # Prefix required to access this namespace. This needs to be different for
+   # all namespaces. For example "Public/".
+   #prefix = 
+
+   # Physical location of the mailbox. This is in same format as
+   # default_mail_env, which is also the default for it.
+   #location =
+
+   # There can be only one INBOX, and this setting defines which namespace
+   # has it.
+   #inbox = yes
+
+   # If namespace is hidden, it's not advertised to clients via NAMESPACE
+   # extension or shown in LIST replies. This is mostly useful when converting
+   # from another server with different namespaces which you want to depricate
+   # but still keep working. For example you can create hidden namespaces with
+   # prefixes "~/mail/", "~%u/mail/" and "mail/".
+   #hidden = yes
+#}
+
 # Space-separated list of fields to cache for all mails. Currently these
 # fields are allowed followed by a list of commands they speed up:
 #