1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

enable fail2ban for ssh and dovecot

Merge branch 'master' of https://github.com/h8h/mailinabox

see #353, #319
This commit is contained in:
Joshua Tauberer
2015-03-08 18:35:57 +00:00
4 changed files with 68 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ CHANGELOG
In Development...
-----------------
System:
* Brute-force SSH and IMAP login attempts are now prevented by properly configuring fail2ban.
Control panel:
* The new check that system services are running mistakenly checked that the Dovecot Managesieve service is publicly accessible. Although the service binds to the public network interface we don't open the port in ufw. On some machines it seems that ufw blocks the connection from the status checks (which seems correct) and on some machines (mine) it doesn't, which is why I didn't notice the problem.