From 5939ce51d7527784e5a53c1f1f4b16aaf189ead2 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 23 May 2016 01:58:48 +0200 Subject: 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. --- roles/IMAP-proxy/tasks/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'roles/IMAP-proxy/tasks/main.yml') diff --git a/roles/IMAP-proxy/tasks/main.yml b/roles/IMAP-proxy/tasks/main.yml index 93a5181..50cfc2d 100644 --- a/roles/IMAP-proxy/tasks/main.yml +++ b/roles/IMAP-proxy/tasks/main.yml @@ -1,6 +1,9 @@ - name: Install Dovecot - #apt: pkg={{ item }} default_release={{ ansible_lsb.codename }}-backports - apt: pkg={{ item }} + # WARNING: "The destination servers don't need to be running Dovecot, + # but you should make sure that the Dovecot proxy doesn't advertise + # more capabilities than the destination server can handle." + # http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy + apt: pkg={{ item }} default_release={{ ansible_lsb.codename }}-backports with_items: - dovecot-core - dovecot-imapd -- cgit v1.2.3