# HG changeset patch # User Timo Sirainen # Date 1227280138 -7200 # Node ID 449634ed81b6b13477edff8151e8024542d67ce2 # Parent 659667d89f69b2609902162476d6c04f55507333 Added an example shared namespace. 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,6 +261,7 @@ # 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 @@ -268,6 +269,26 @@ #subscriptions = yes #} +# Example shared namespace configuration +#namespace shared { + #separator = / + + # Mailboxes are visible under "shared/user@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 # can override these by returning uid or gid fields. You can use either numbers # or names.