diff -Nur e-smith-email-5.6.0/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90adjustSMTPProxy e-smith-email-5.6.0_bz9561/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90adjustSMTPProxy --- e-smith-email-5.6.0/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90adjustSMTPProxy 2013-02-06 22:56:01.000000000 +0100 +++ e-smith-email-5.6.0_bz9561/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90adjustSMTPProxy 2016-06-07 08:54:53.116780952 +0200 @@ -14,12 +14,12 @@ $OUT .= " /sbin/iptables --flush SMTPProxy\n"; - if (${smtpd}{'Proxy'} eq 'transparent') + if (${qpsmtpd}{'Proxy'} eq 'transparent') { $OUT .= " /sbin/iptables --table nat --replace SMTPProxy $rule\\\n"; $OUT .= "\t-p TCP -j DNAT --to $LocalIP:25\n"; } - elsif (${smtpd}{'Proxy'} eq 'blocked') + elsif (${qpsmtpd}{'Proxy'} eq 'blocked') { # Replace it with nothing, but keep the rule entry as a placeholder # for each re-enabling.