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

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

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


Revision 1.1 - (show annotations) (download)
Fri Jun 3 07:36:14 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, e-smith-email-5_6_0-4_el7_sme, HEAD
* Fri Jun 3 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
- Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554]

1 diff -Nur e-smith-email-5.6.0/root/usr/local/sbin/smtp-auth-proxy.pl e-smith-email-5.6.0_bz9554/root/usr/local/sbin/smtp-auth-proxy.pl
2 --- e-smith-email-5.6.0/root/usr/local/sbin/smtp-auth-proxy.pl 2016-02-05 00:52:20.000000000 +0100
3 +++ e-smith-email-5.6.0_bz9554/root/usr/local/sbin/smtp-auth-proxy.pl 2016-06-03 09:34:10.596973514 +0200
4 @@ -30,7 +30,7 @@
5 $prop->{SystemName} = $config->get_value('SystemName');
6 $prop->{DomainName} = $config->get_value('DomainName');
7 $prop->{PeerPort} = $smtp_proxy_rec->prop('PeerPort') || 25;
8 - $prop->{Helo} = $config->get('smtpd')->prop('HeloHost') ||
9 + $prop->{Helo} = $config->get('qpsmtpd')->prop('HeloHost') ||
10 "$prop->{SystemName}.$prop->{DomainName}";
11 }
12

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