/[smeserver]/rpms/e-smith-email/sme10/e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme10/e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 7 06:57:30 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-5_el7_sme, e-smith-email-5_6_0-16_el7_sme, e-smith-email-5_6_0-15_el7_sme, e-smith-email-5_6_0-10_el7_sme, e-smith-email-5_6_0-17_el7_sme, e-smith-email-5_6_0-12_el7_sme, e-smith-email-5_6_0-11_el7_sme, e-smith-email-5_6_0-8_el7_sme, e-smith-email-5_6_0-18_el7_sme, e-smith-email-5_6_0-19_el7_sme, e-smith-email-5_6_0-14_el7_sme, e-smith-email-5_6_0-9_el7_sme, e-smith-email-5_6_0-7_el7_sme, e-smith-email-5_6_0-13_el7_sme, e-smith-email-5_6_0-6_el7_sme, HEAD
* Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-5.sme
- More change from smtpd to qpsmtpd in masq templates [SME: 9561]

1 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
2 --- 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
3 +++ 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
4 @@ -14,12 +14,12 @@
5
6 $OUT .= " /sbin/iptables --flush SMTPProxy\n";
7
8 - if (${smtpd}{'Proxy'} eq 'transparent')
9 + if (${qpsmtpd}{'Proxy'} eq 'transparent')
10 {
11 $OUT .= " /sbin/iptables --table nat --replace SMTPProxy $rule\\\n";
12 $OUT .= "\t-p TCP -j DNAT --to $LocalIP:25\n";
13 }
14 - elsif (${smtpd}{'Proxy'} eq 'blocked')
15 + elsif (${qpsmtpd}{'Proxy'} eq 'blocked')
16 {
17 # Replace it with nothing, but keep the rule entry as a placeholder
18 # for each re-enabling.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed