From 2d41499e2eeea21d63460eecc9cc72d04734a602 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 4 May 2013 02:11:26 +0200 Subject: [PATCH] Fix maxretry and action order in qpsmtpd jail conf --- 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 e24eaa3..8190b18 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd @@ -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"