Fix actions for the recidive jail

tags/0.0.1
Daniel Berteaud 11 years ago
parent 5eb66234d7
commit ba323c2557
  1. 4
      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 .= '';
}

Loading…
Cancel
Save