Fix actions for the recidive jail

This commit is contained in:
Daniel Berteaud 2013-05-03 12:01:31 +02:00
parent 5eb66234d7
commit ba323c2557
1 changed files with 2 additions and 2 deletions

View File

@ -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 .= '';
}