dovecot-1.2: Added an example shared namespace.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 21 17:09:02 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/449634ed81b6
changeset: 8462:449634ed81b6
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Nov 21 17:08:58 2008 +0200
description:
Added an example shared namespace.

diffstat:

1 file changed, 21 insertions(+)
dovecot-example.conf |   21 +++++++++++++++++++++

diffs (36 lines):

diff -r 659667d89f69 -r 449634ed81b6 dovecot-example.conf
--- a/dovecot-example.conf	Fri Nov 21 17:03:27 2008 +0200
+++ b/dovecot-example.conf	Fri Nov 21 17:08:58 2008 +0200
@@ -261,11 +261,32 @@
 
    # Show the mailboxes under this namespace with LIST command. This makes the
    # namespace visible for clients that don't support NAMESPACE extension.
+   # "children" value lists child mailboxes, but hides the namespace prefix.
    #list = yes
 
    # 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 shared {
+   #separator = /
+
+   # Mailboxes are visible under "shared/user at domain/"
+   # %%n, %%d and %%u are expanded to the destination user.
+   #prefix = shared/%%u/
+
+   # Mail location for other users' mailboxes. Note that %variables and ~/
+   # expands to the logged in user's data. %%n, %%d, %%u and %%h expand to the
+   # destination user's data.
+   #location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
+
+   # Use the default namespace for saving subscriptions.
+   #subscriptions = no
+
+   # List the shared/ namespace only if there are visible shared mailboxes.
+   #list = children
 #}
 
 # System user and group used to access mails. If you use multiple, userdb


More information about the dovecot-cvs mailing list