Explorar o código

Merge pull request #1389 from ioannidesalex/patch-7

Add support for Roundcube & small changes
Serghey Rodin %!s(int64=8) %!d(string=hai) anos
pai
achega
6b434d90d5
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      install/ubuntu/16.04/fail2ban/jail.local

+ 12 - 0
install/ubuntu/16.04/fail2ban/jail.local

@@ -1,3 +1,6 @@
+[DEFAULT]
+ignoreip = 127.0.0.1/8
+
 [ssh-iptables]
 enabled  = true
 filter   = sshd
@@ -17,12 +20,14 @@ enabled = true
 filter  = exim
 action  = vesta[name=MAIL]
 logpath = /var/log/exim4/mainlog
+maxretry = 5
 
 [dovecot-iptables]
 enabled = true
 filter  = dovecot
 action  = vesta[name=MAIL]
 logpath = /var/log/dovecot.log
+maxretry = 5
 
 [mysqld-iptables]
 enabled  = false
@@ -37,3 +42,10 @@ filter  = vesta
 action  = vesta[name=VESTA]
 logpath = /var/log/vesta/auth.log
 maxretry = 5
+
+[roundcube-auth]
+enabled  = false
+filter   = roundcube-auth
+port     = http,https
+logpath  = /var/log/roundcube/errors
+maxretry = 5