From: Timo Sirainen Date: Fri, 21 Nov 2008 15:08:58 +0000 (+0200) Subject: Added an example shared namespace. X-Git-Tag: 1.2.alpha4~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76f2929d20bd3abb5a9387f9ade4fcc7c5377f7c;p=thirdparty%2Fdovecot%2Fcore.git Added an example shared namespace. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 44adf1aaff..81b0b94cd7 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -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.