Fix syntax error in qpsmtpd jail template

tags/0.0.1
Daniel Berteaud 12 years ago
parent 5f6c3d7174
commit be1410934a
  1. 2
      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'); if (($ssmtpd{'status'} || 'disabled') eq 'enabled');
my $port = join (",", @ports); my $port = join (",", @ports);
my $max = $maxretry*3 my $max = $maxretry*3;
$OUT .=<<"EOF"; $OUT .=<<"EOF";

Loading…
Cancel
Save