From 415f1876440272b2077019824af96a32f5d7664a Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 14 Mar 2014 07:12:12 +1100 Subject: [PATCH] ENH: sendmail-reject for all smtp ports. --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index 5ba1c7c4..effd0381 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -169,7 +169,7 @@ logpath = /var/log/mail.log enabled = false filter = sendmail-reject -action = iptables[name=sendmail-reject, port=smtp, protocol=tcp] +action = iptables-multiport[name=sendmail-auth, port="submission,465,smtp", protocol=tcp] logpath = /var/log/mail.log