Skip to content

Commit 1d79f82

Browse files
committed
Fix roundcube check for fail2ban
1 parent 268662a commit 1d79f82

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

install/debian/8/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ maxretry = 5
4141
[roundcube-auth]
4242
enabled = false
4343
filter = roundcube-auth
44-
port = http,https
44+
action = hestia[name=WEB]
4545
logpath = /var/log/roundcube/errors
4646
maxretry = 5

install/debian/9/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ maxretry = 5
4141
[roundcube-auth]
4242
enabled = false
4343
filter = roundcube-auth
44-
port = http,https
44+
action = hestia[name=WEB]
4545
logpath = /var/log/roundcube/errors
4646
maxretry = 5

install/ubuntu/14.04/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ maxretry = 5
4141
[roundcube-auth]
4242
enabled = false
4343
filter = roundcube-auth
44-
port = http,https
44+
action = hestia[name=WEB]
4545
logpath = /var/log/roundcube/errors
4646
maxretry = 5

install/ubuntu/16.04/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ maxretry = 5
4141
[roundcube-auth]
4242
enabled = false
4343
filter = roundcube-auth
44-
port = http,https
44+
action = hestia[name=WEB]
4545
logpath = /var/log/roundcube/errors
4646
maxretry = 5

install/ubuntu/18.04/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ maxretry = 5
4141
[roundcube-auth]
4242
enabled = false
4343
filter = roundcube-auth
44-
port = http,https
44+
action = hestia[name=WEB]
4545
logpath = /var/log/roundcube/errors
4646
maxretry = 5

0 commit comments

Comments
 (0)