mirror of https://github.com/fail2ban/fail2ban
ENH: jail for solid-pop3d
parent
88eff70774
commit
b3b9ea4559
|
@ -518,6 +518,14 @@ action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps,subm
|
||||||
logpath = /var/log/secure
|
logpath = /var/log/secure
|
||||||
|
|
||||||
|
|
||||||
|
[solid-pop3d]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
filter = solid-pop3d
|
||||||
|
action = iptables-multiport[name=solid-pop3, port="pop3,pop3s", protocol=tcp]
|
||||||
|
logpath = /var/log/mail.log
|
||||||
|
|
||||||
|
|
||||||
[selinux-ssh]
|
[selinux-ssh]
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = selinux-ssh
|
filter = selinux-ssh
|
||||||
|
|
Loading…
Reference in New Issue