diff options
-rwxr-xr-x | server/setup/02-firewall/etc/iptables/ip4tables_bad_fwdmz_good-secure | 1 | ||||
-rwxr-xr-x | server/setup/02-firewall/etc/iptables/ip6tables_bad_fwdmz_good-secure | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/server/setup/02-firewall/etc/iptables/ip4tables_bad_fwdmz_good-secure b/server/setup/02-firewall/etc/iptables/ip4tables_bad_fwdmz_good-secure index a9813cb..7416a8d 100755 --- a/server/setup/02-firewall/etc/iptables/ip4tables_bad_fwdmz_good-secure +++ b/server/setup/02-firewall/etc/iptables/ip4tables_bad_fwdmz_good-secure @@ -244,6 +244,7 @@ if [ "$action" = "start" ] ; then # $IPTABLES -p tcp -A acl_srv_email --dport smtp -j ACCEPT $IPTABLES -p tcp -A acl_srv_email --dport smtps -j ACCEPT + $IPTABLES -p tcp -A acl_srv_email --dport sieve -j ACCEPT # ######################################################################################################################### diff --git a/server/setup/02-firewall/etc/iptables/ip6tables_bad_fwdmz_good-secure b/server/setup/02-firewall/etc/iptables/ip6tables_bad_fwdmz_good-secure index ada1c94..c7abf2e 100755 --- a/server/setup/02-firewall/etc/iptables/ip6tables_bad_fwdmz_good-secure +++ b/server/setup/02-firewall/etc/iptables/ip6tables_bad_fwdmz_good-secure @@ -226,6 +226,7 @@ if [ "$action" = "start" ] ; then # $IPTABLES -p tcp -A acl_srv_email --dport smtp -j ACCEPT $IPTABLES -p tcp -A acl_srv_email --dport smtps -j ACCEPT + $IPTABLES -p tcp -A acl_srv_email --dport sieve -j ACCEPT # ######################################################################################################################### |