diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-05-23 01:58:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-05-23 01:58:48 +0200 |
commit | 5939ce51d7527784e5a53c1f1f4b16aaf189ead2 (patch) | |
tree | 9a30661e1179b19101648eeb4f90478360baf6aa /roles/IMAP-proxy/templates/etc/dovecot | |
parent | 4b59f7a4cfe0f84e2084f01671982b7713a534aa (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/templates/etc/dovecot')
-rw-r--r-- | roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 b/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 index 39dbbd6..6284f67 100644 --- a/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 +++ b/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 @@ -1,18 +1,17 @@ # Smart IMAP proxying with imapc storage # # http://dovecot.org/pipermail/dovecot/2011-January/056975.html # http://wiki2.dovecot.org/HowTo/ImapcProxy # http://wiki2.dovecot.org/MailboxFormat/imapc # http://wiki2.dovecot.org/Migration/Dsync imapc_host = {{ ipsec[imapsvr.inventory_hostname_short] }} imapc_port = 143 # Read multiple mails in parallel, improves performance mail_prefetch_count = 25 # The list of valid features can be found at # https://github.com/dovecot/core/blob/master/src/lib-storage/index/imapc/imapc-settings.c # (in the struct 'imapc_feature_list imapc_feature_list') -imapc_features = rfc822.size fetch-headers -#imapc_features = rfc822.size fetch-headers search +imapc_features = rfc822.size fetch-headers search |