From 8de060ab4579bd97046317b8a2c720eb76677a2a Mon Sep 17 00:00:00 2001 From: anoma Date: Mon, 6 Jul 2015 08:34:26 +0100 Subject: [PATCH] Ultra safe dovecot findtime and maxretry settings Explicitly set the existing extremely safe timings and counts for the dovecot jail rather than change the global [DEFAULT] and inherit it for this one jail. These settings are far too safe so a future PR will increase security here. --- conf/fail2ban/jail.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/fail2ban/jail.local b/conf/fail2ban/jail.local index a338e07b..9ecb2095 100644 --- a/conf/fail2ban/jail.local +++ b/conf/fail2ban/jail.local @@ -11,3 +11,5 @@ enabled = true [dovecot] enabled = true filter = dovecotimap +findtime = 30 +maxretry = 20