Fix maxretry and action order in qpsmtpd jail conf

This commit is contained in:
Daniel Berteaud 2013-05-04 02:11:26 +02:00
parent 57b7e17789
commit 2d41499e2e
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ $OUT .=<<"EOF";
enabled = true
filter = qpsmtpd
logpath = /var/log/*qpsmtpd/current
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
maxretry = $max
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
EOF
$OUT .= " smeserver-sendmail[name=\"Qpsmtpd\",dest=$maildest]\n"