Răsfoiți Sursa

Fix roundcube check for fail2ban

Raphael Schneeberger 7 ani în urmă
părinte
comite
1d79f8297a

+ 1 - 1
install/debian/8/fail2ban/jail.local

@@ -41,6 +41,6 @@ maxretry = 5
 [roundcube-auth]
 enabled  = false
 filter   = roundcube-auth
-port     = http,https
+action  = hestia[name=WEB]
 logpath  = /var/log/roundcube/errors
 maxretry = 5

+ 1 - 1
install/debian/9/fail2ban/jail.local

@@ -41,6 +41,6 @@ maxretry = 5
 [roundcube-auth]
 enabled  = false
 filter   = roundcube-auth
-port     = http,https
+action  = hestia[name=WEB]
 logpath  = /var/log/roundcube/errors
 maxretry = 5

+ 1 - 1
install/ubuntu/14.04/fail2ban/jail.local

@@ -41,6 +41,6 @@ maxretry = 5
 [roundcube-auth]
 enabled  = false
 filter   = roundcube-auth
-port     = http,https
+action  = hestia[name=WEB]
 logpath  = /var/log/roundcube/errors
 maxretry = 5

+ 1 - 1
install/ubuntu/16.04/fail2ban/jail.local

@@ -41,6 +41,6 @@ maxretry = 5
 [roundcube-auth]
 enabled  = false
 filter   = roundcube-auth
-port     = http,https
+action  = hestia[name=WEB]
 logpath  = /var/log/roundcube/errors
 maxretry = 5

+ 1 - 1
install/ubuntu/18.04/fail2ban/jail.local

@@ -41,6 +41,6 @@ maxretry = 5
 [roundcube-auth]
 enabled  = false
 filter   = roundcube-auth
-port     = http,https
+action  = hestia[name=WEB]
 logpath  = /var/log/roundcube/errors
 maxretry = 5