mirror of https://github.com/fail2ban/fail2ban
ENH: jail for perdition
parent
fcf79b475f
commit
eea5b071e6
|
@ -419,3 +419,10 @@ enabled = false
|
|||
filter = exim-spam
|
||||
action = iptables-multiport[name=exim-spam,port="25,465,587"]
|
||||
logpath = /var/log/exim/mainlog
|
||||
|
||||
[perdition]
|
||||
enabled = false
|
||||
filter = perdition
|
||||
action = iptables-multiport[name=perdition="110,143,993,995"]
|
||||
logpath = /var/log/maillog
|
||||
|
||||
|
|
Loading…
Reference in New Issue