[dovecot-cvs] dovecot dovecot-example.conf,1.112,1.113

cras at dovecot.org cras at dovecot.org
Mon Sep 27 14:58:52 EEST 2004


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv31351

Modified Files:
	dovecot-example.conf 
Log Message:
Added example namespace with comments.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- dovecot-example.conf	24 Sep 2004 11:49:46 -0000	1.112
+++ dovecot-example.conf	27 Sep 2004 11:58:49 -0000	1.113
@@ -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:
 #



More information about the dovecot-cvs mailing list