From 909e291291414721b7f7bb4aae471a5c187b02c4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 1 Jul 2014 13:39:01 +0200 Subject: 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 --- roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roles/IMAP/files/etc/dovecot') 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. -- cgit v1.2.3