diff --git a/ChangeLog b/ChangeLog index 58f8f84a..299a89c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/config/jail.conf b/config/jail.conf index 433170a5..481f0880 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -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