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 --- roles/IMAP-proxy/handlers/main.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 roles/IMAP-proxy/handlers/main.yml (limited to 'roles/IMAP-proxy/handlers') diff --git a/roles/IMAP-proxy/handlers/main.yml b/roles/IMAP-proxy/handlers/main.yml deleted file mode 100644 index 39cf5f2..0000000 --- a/roles/IMAP-proxy/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: Restart stunnel@roundcube - service: name=stunnel4@roundcube state=restarted - -- name: Restart Dovecot - service: name=dovecot state=restarted -- cgit v1.2.3