Fix syntax error in qpsmtpd jail template

This commit is contained in:
Daniel Berteaud 2013-05-02 23:03:26 +02:00
parent 5f6c3d7174
commit be1410934a
1 changed files with 1 additions and 1 deletions

View File

@ -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";