mirror of https://github.com/fail2ban/fail2ban
BF: fix port
parent
eea5b071e6
commit
6fdfd8d356
|
@ -423,6 +423,6 @@ logpath = /var/log/exim/mainlog
|
||||||
[perdition]
|
[perdition]
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = perdition
|
filter = perdition
|
||||||
action = iptables-multiport[name=perdition="110,143,993,995"]
|
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
||||||
logpath = /var/log/maillog
|
logpath = /var/log/maillog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue