mirror of https://github.com/fail2ban/fail2ban
ENH: add dovecot jail
parent
2782edce74
commit
0c14707201
|
@ -472,5 +472,9 @@ filter = webmin-auth
|
||||||
action = iptables-multiport[name=webmin,port="10000"]
|
action = iptables-multiport[name=webmin,port="10000"]
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
|
|
||||||
|
[dovecot]
|
||||||
|
enabled = false
|
||||||
|
filter = dovecot
|
||||||
|
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps", protocol=tcp]
|
||||||
|
logpath = /var/log/secure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue