From 0eccc20e97b805f7e3f6a614c061306a259de715 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 22 Nov 2018 14:30:23 +0100 Subject: [PATCH] postfix fail2ban -- ban quicker and longer --- modules/fail2ban/files/jail/dsa-postfix.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/fail2ban/files/jail/dsa-postfix.conf b/modules/fail2ban/files/jail/dsa-postfix.conf index 354f8de13..2ece5648e 100644 --- a/modules/fail2ban/files/jail/dsa-postfix.conf +++ b/modules/fail2ban/files/jail/dsa-postfix.conf @@ -3,5 +3,6 @@ enabled = true filter = dsa-postfix port = smtp,ssmtp logpath = /var/log/mail.log -maxretry = 4 -bantime = 3600 +maxretry = 1 +findtime = 3600 +bantime = 10800 -- 2.20.1