From b51df24e3b1b64c17a3aac652b142e2082c77a26 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 16 Dec 2013 06:06:33 +0100 Subject: Configure Sieve and ManageSieve. Also, add the 'managesieve' RoundCube plugin to communicate with our server. --- roles/common/templates/etc/iptables/services.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/common/templates') diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index 3ddb87e..4e21dfc 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -21,6 +21,7 @@ in tcp 25 # SMTP {% endif %} {% if 'IMAP' in group_names %} in tcp 993 # IMAPS +in tcp 4190 # ManageSieve {% endif %} {% if 'MSA' in group_names %} in tcp 587 # SMTP-AUTH -- cgit v1.2.3