mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: sendmail-reject for all smtp ports.
This commit is contained in:
parent
11fc7941f5
commit
415f187644
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue