Skip to content

Commit 7dbfc18

Browse files
Add support for Roundcube & small changes
1 parent 5556e03 commit 7dbfc18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

install/ubuntu/16.04/fail2ban/jail.local

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[DEFAULT]
2+
ignoreip = 127.0.0.1/8
3+
14
[ssh-iptables]
25
enabled = true
36
filter = sshd
@@ -17,12 +20,14 @@ enabled = true
1720
filter = exim
1821
action = vesta[name=MAIL]
1922
logpath = /var/log/exim4/mainlog
23+
maxretry = 5
2024

2125
[dovecot-iptables]
2226
enabled = true
2327
filter = dovecot
2428
action = vesta[name=MAIL]
2529
logpath = /var/log/dovecot.log
30+
maxretry = 5
2631

2732
[mysqld-iptables]
2833
enabled = false
@@ -37,3 +42,10 @@ filter = vesta
3742
action = vesta[name=VESTA]
3843
logpath = /var/log/vesta/auth.log
3944
maxretry = 5
45+
46+
[roundcube-auth]
47+
enabled = false
48+
filter = roundcube-auth
49+
port = http,https
50+
logpath = /var/log/roundcube/errors
51+
maxretry = 5

0 commit comments

Comments
 (0)