We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5556e03 commit 7dbfc18Copy full SHA for 7dbfc18
install/ubuntu/16.04/fail2ban/jail.local
@@ -1,3 +1,6 @@
1
+[DEFAULT]
2
+ignoreip = 127.0.0.1/8
3
+
4
[ssh-iptables]
5
enabled = true
6
filter = sshd
@@ -17,12 +20,14 @@ enabled = true
17
20
filter = exim
18
21
action = vesta[name=MAIL]
19
22
logpath = /var/log/exim4/mainlog
23
+maxretry = 5
24
25
[dovecot-iptables]
26
27
filter = dovecot
28
29
logpath = /var/log/dovecot.log
30
31
32
[mysqld-iptables]
33
enabled = false
@@ -37,3 +42,10 @@ filter = vesta
37
42
action = vesta[name=VESTA]
38
43
logpath = /var/log/vesta/auth.log
39
44
maxretry = 5
45
46
+[roundcube-auth]
47
+enabled = false
48
+filter = roundcube-auth
49
+port = http,https
50
+logpath = /var/log/roundcube/errors
51
0 commit comments