summaryrefslogtreecommitdiffstats
path: root/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-05-23 01:58:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-05-23 01:58:48 +0200
commit5939ce51d7527784e5a53c1f1f4b16aaf189ead2 (patch)
tree9a30661e1179b19101648eeb4f90478360baf6aa /roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf
parent4b59f7a4cfe0f84e2084f01671982b7713a534aa (diff)
Dovecot imapc: use the version from jessie-backports.
Since many bug have been fixed since 2.2.13, and we really want passthrough search on the caching proxy.
Diffstat (limited to 'roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf')
-rw-r--r--roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf22
1 files changed, 18 insertions, 4 deletions
diff --git a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf
index 53e45b5..2264719 100644
--- a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf
+++ b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf
@@ -75,6 +75,8 @@ namespace inbox {
# Namespace handles its own subscriptions. If set to "no", the parent
# namespace handles them (empty prefix should always have this as "yes")
#subscriptions = yes
+
+ # See 15-mailboxes.conf for definitions of special mailboxes.
}
# Example shared namespace configuration
@@ -124,10 +126,22 @@ mail_gid = imapproxy
# or ~user/.
#mail_full_filesystem_access = no
-# Dictionary for key=value mailbox attributes. Currently used by URLAUTH, but
-# soon intended to be used by METADATA as well.
+# Dictionary for key=value mailbox attributes. This is used for example by
+# 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@example.com. This
+# value is accessible for authenticated users through the IMAP METADATA server
+# entry "/shared/admin".
+#mail_server_admin =
+
##
## Mail processes
##
@@ -198,7 +212,7 @@ first_valid_uid = 1
# Space separated list of plugins to load for all services. Plugins specific to
# IMAP, LDA, etc. are added to this list in their own .conf files.
-mail_plugins = virtual zlib
+#mail_plugins =
##
## Mailbox handling optimizations
@@ -215,7 +229,7 @@ mailbox_list_index = yes
# When IDLE command is running, mailbox is checked once in a while to see if
# there are any new mails or other changes. This setting defines the minimum
-# time to wait between those checks. Dovecot can also use dnotify, inotify and
+# time to wait between those checks. Dovecot can also use inotify and
# kqueue to find out immediately when changes occur.
#mailbox_idle_check_interval = 30 secs