Просмотр исходного кода

Add support for Roundcube & small changes

Alexandros Ioannides 8 лет назад
Родитель
Сommit
7dbfc18398
1 измененных файлов с 12 добавлено и 0 удалено
  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