From ba323c25578e5a7bf3dcb209c5607bef00f10505 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 3 May 2013 12:01:31 +0200 Subject: [PATCH] Fix actions for the recidive jail --- root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive index e7f7e5d..b55efc8 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive @@ -7,9 +7,9 @@ bantime = 604800 findtime = 86400 maxretry = 5 backend = polling -action = smeserver[bantime=604800] +action = smeserver-iptables[bantime=604800] { -$OUT .= " sendmail[name=\"Recidive\",dest=$maildest]\n" +$OUT .= " smeserver-sendmail[name=\"Recidive\",dest=$maildest]\n" if ($mail eq 'enabled'); $OUT .= ''; }