From b5a0be7a37e1bbc1aef2a7d1844a1da4aec5634f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Apr 2018 16:11:20 +0200 Subject: Perform recipient address verification on the MSA itself. --- roles/common/templates/etc/iptables/services.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common/templates/etc/iptables/services.j2') diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index d199c9e..4a6d559 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -27,7 +27,7 @@ out tcp 636 # LDAPS {% if 'MX' in group_names %} in tcp 25 # SMTP {% endif %} -{% if 'out' in group_names %} +{% if 'out' in group_names or 'MSA' in group_names %} out tcp 25 # SMTP {% endif %} {% if 'IMAP' in group_names %} -- cgit v1.2.3