summaryrefslogtreecommitdiffstats
path: root/IMAP.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-16 04:29:55 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:29 +0200
commit522ba399d24e8166681b328f550904fcd4d8fad9 (patch)
tree0686ea8ab3271872d2ab15079fb53ef52b778090 /IMAP.yml
parentde0914bf8105fa8c281a326e6e3e4e3f211bb0f3 (diff)
Use a local IMAP caching proxy under the webmail.
(Unless the webmail is itself a full IMAP server.) It replaces RoundCube's own IMAP and message caches. Dovecot's IMAPC storage backend is not very documented, but provides smart IMAP proxying. References include: http://dovecot.org/pipermail/dovecot/2011-January/056975.html http://wiki2.dovecot.org/HowTo/ImapcProxy http://wiki2.dovecot.org/Migration/Dsync
Diffstat (limited to 'IMAP.yml')
-rw-r--r--IMAP.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/IMAP.yml b/IMAP.yml
index 0dfc52e..1e55091 100644
--- a/IMAP.yml
+++ b/IMAP.yml
@@ -3,3 +3,11 @@
hosts: IMAP
roles:
- { role: IMAP, inst: IMAP }
+
+- name: Configure IMAP proxies
+ hosts: webmail:!IMAP
+ roles:
+ - IMAP-proxy
+ tags:
+ - imap
+ - dovecot