summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-07-01 13:39:01 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:12 +0200
commit909e291291414721b7f7bb4aae471a5c187b02c4 (patch)
tree9f8c8b8bd74cbcbd08bc73b83d2a6d382a4dfa57
parenta14847492b3d9b88942f7e3c5881c54a35440137 (diff)
Don't use mailbox list indexes.
In 2.1.7 they are buggy, and make Dovecot crash (when connected through Evolution for instance). They have improved a lot since, though: http://hg.dovecot.org/dovecot-2.2/file/c55c660d6e9d/NEWS
-rw-r--r--roles/IMAP-proxy/files/etc/dovecot/conf.d/10-mail.conf4
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf4
2 files changed, 0 insertions, 8 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 8c07f56..9c50531 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
@@ -211,10 +211,6 @@ mail_plugins = virtual
## Mailbox handling optimizations
##
-# Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
-# also required for IMAP NOTIFY extension to be enabled.
-mailbox_list_index = yes
-
# The minimum number of mails in a mailbox before updates are done to cache
# file. This allows optimizing Dovecot's behavior to do less disk writes at
# the cost of more disk reads.
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
index 11a9b86..dcc1d9c 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
@@ -216,10 +216,6 @@ mail_plugins = virtual zlib
## Mailbox handling optimizations
##
-# Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
-# also required for IMAP NOTIFY extension to be enabled.
-mailbox_list_index = yes
-
# The minimum number of mails in a mailbox before updates are done to cache
# file. This allows optimizing Dovecot's behavior to do less disk writes at
# the cost of more disk reads.