mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: fix port
This commit is contained in:
parent
eea5b071e6
commit
6fdfd8d356
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue