dovecot-2.2: example-config: 10-mail.conf: Added example configu...

dovecot at dovecot.org dovecot at dovecot.org
Tue Sep 8 10:32:39 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/4b581d735292
changeset: 19131:4b581d735292
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Sep 08 13:30:21 2015 +0300
description:
example-config: 10-mail.conf: Added example configuration for the new settings relating to IMAP METADATA.

diffstat:

 doc/example-config/conf.d/10-mail.conf      |  12 ++++++++++++
 doc/example-config/conf.d/15-mailboxes.conf |   9 +++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 14964e7e91b9 -r 4b581d735292 doc/example-config/conf.d/10-mail.conf
--- a/doc/example-config/conf.d/10-mail.conf	Tue Sep 08 13:27:41 2015 +0300
+++ b/doc/example-config/conf.d/10-mail.conf	Tue Sep 08 13:30:21 2015 +0300
@@ -130,6 +130,18 @@
 # URLAUTH and METADATA extensions.
 #mail_attribute_dict =
 
+# A comment or note that is associated with the server. This value is
+# accessible for authenticated users through the IMAP METADATA server
+# entry "/shared/comment". 
+#mail_server_comment = ""
+
+# Indicates a method for contacting the server administrator. According to
+# RFC 5464, this value MUST be a URI (e.g., a mailto: or tel: URL), but that
+# is currently not enforced. Use for example mailto:admin at example.com. This
+# value is accessible for authenticated users through the IMAP METADATA server
+# entry "/shared/admin".
+#mail_server_admin = 
+
 ##
 ## Mail processes
 ##
diff -r 14964e7e91b9 -r 4b581d735292 doc/example-config/conf.d/15-mailboxes.conf
--- a/doc/example-config/conf.d/15-mailboxes.conf	Tue Sep 08 13:27:41 2015 +0300
+++ b/doc/example-config/conf.d/15-mailboxes.conf	Tue Sep 08 13:30:21 2015 +0300
@@ -34,6 +34,13 @@
 #                 have been sent.
 #     \Trash    - This mailbox is used to hold messages that have been
 #                 deleted.
+#
+# comment:
+#   Defines a default comment or note associated with the mailbox. This
+#   value is accessible through the IMAP METADATA mailbox entries
+#   "/shared/comment" and "/private/comment". Users with sufficient
+#   privileges can override the default value for entries with a custom
+#   value.
 
 # NOTE: Assumes "namespace inbox" has been defined in 10-mail.conf.
 namespace inbox {
@@ -60,10 +67,12 @@
   # If you have a virtual "All messages" mailbox:
   #mailbox virtual/All {
   #  special_use = \All
+  #  comment = All my messages
   #}
 
   # If you have a virtual "Flagged" mailbox:
   #mailbox virtual/Flagged {
   #  special_use = \Flagged
+  #  comment = All my flagged messages
   #}
 }


More information about the dovecot-cvs mailing list