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