mirror of https://github.com/fail2ban/fail2ban
ENH: sendmail-reject for all smtp ports.
parent
11fc7941f5
commit
415f187644
|
@ -169,7 +169,7 @@ logpath = /var/log/mail.log
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = sendmail-reject
|
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
|
logpath = /var/log/mail.log
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue