diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-01 13:39:01 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:12 +0200 |
commit | 909e291291414721b7f7bb4aae471a5c187b02c4 (patch) | |
tree | 9f8c8b8bd74cbcbd08bc73b83d2a6d382a4dfa57 /roles/IMAP/files/etc/dovecot | |
parent | a14847492b3d9b88942f7e3c5881c54a35440137 (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
Diffstat (limited to 'roles/IMAP/files/etc/dovecot')
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf | 4 |
1 files changed, 0 insertions, 4 deletions
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. |