summaryrefslogtreecommitdiffstats
path: root/IMAP.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-05-28 13:52:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-05-28 14:17:19 +0200
commit0084cd71699b4ad55c2912647f93afa32bbf7671 (patch)
tree03ec41af2a3e9fd565805c86f4b4552c13daec66 /IMAP.yml
parent05d59141d1115cafb663305d680a930f089b4851 (diff)
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
Diffstat (limited to 'IMAP.yml')
-rw-r--r--IMAP.yml8
1 files changed, 0 insertions, 8 deletions
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