From 0084cd71699b4ad55c2912647f93afa32bbf7671 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 28 May 2016 13:52:48 +0200 Subject: Remove the IMAP caching proxy. Dovecot imapc requires two authentication rounds to the IMAP backend for each connection. It seems suboptimal that Roundcube keeps connecting to the IMAP server for each new connection, but benchmarks shows little advantage in caching the IMAP sessions with imapproxy: http://www.dovecot.org/list/dovecot/2012-February/133544.html --- IMAP.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'IMAP.yml') diff --git a/IMAP.yml b/IMAP.yml index 5f2a2a3..4a060eb 100644 --- a/IMAP.yml +++ b/IMAP.yml @@ -6,11 +6,3 @@ tags: - imap - dovecot - -- name: Configure IMAP proxies - hosts: webmail:!IMAP - roles: - - { role: IMAP-proxy, imapsvr: "{{ hostvars[groups.IMAP[0]] }}" } - tags: - - imap - - dovecot -- cgit v1.2.3