From be1410934a09ccbc1ba13f9286f8ffe0428a45fd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 2 May 2013 23:03:26 +0200 Subject: [PATCH] Fix syntax error in qpsmtpd jail template --- root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd index 2e7f534..b643f13 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd @@ -8,7 +8,7 @@ push @ports, ($ssmtpd{'TCPPort'} || '465') if (($ssmtpd{'status'} || 'disabled') eq 'enabled'); my $port = join (",", @ports); -my $max = $maxretry*3 +my $max = $maxretry*3; $OUT .=<<"EOF";