mirror of https://github.com/fail2ban/fail2ban
BF: smtps not IANA standard. Closes #447
parent
f80fa7d7a0
commit
b9b2ddf996
|
@ -17,6 +17,8 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better
|
|||
- allow for ", referer ..." in apache-* filter for apache error logs.
|
||||
- allow for spaces at the beginning of kernel messages. Closes gh-448
|
||||
- recidive jail to block all protocols. Closes gh-440. Thanks Ioan Indreias
|
||||
- smtps not a IANA standard and has been removed from Arch. Replaced with
|
||||
465. Thanks Stefan. Closes gh-447
|
||||
|
||||
- New Features:
|
||||
|
||||
|
|
|
@ -506,7 +506,7 @@ logpath = /var/log/auth.log
|
|||
|
||||
enabled = false
|
||||
filter = dovecot
|
||||
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
||||
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps,submission,465,sieve", protocol=tcp]
|
||||
logpath = /var/log/mail.log
|
||||
|
||||
|
||||
|
@ -514,7 +514,7 @@ logpath = /var/log/mail.log
|
|||
|
||||
enabled = false
|
||||
filter = dovecot
|
||||
action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
||||
action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps,submission,465,sieve", protocol=tcp]
|
||||
logpath = /var/log/secure
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue