diff --git a/conf/fail2ban/jail.local b/conf/fail2ban/jail.local index 48a30fa9..9ecb2095 100644 --- a/conf/fail2ban/jail.local +++ b/conf/fail2ban/jail.local @@ -1,11 +1,5 @@ # Fail2Ban configuration file for Mail-in-a-Box -[DEFAULT] - -# This should ban dumb brute-force attacks, not oblivious users. -findtime = 30 -maxretry = 20 - # JAILS [ssh-ddos] @@ -17,3 +11,5 @@ enabled = true [dovecot] enabled = true filter = dovecotimap +findtime = 30 +maxretry = 20