/[smeserver]/rpms/e-smith-email/sme7/e-smith-email-5.0.0-HeloHost2.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme7/e-smith-email-5.0.0-HeloHost2.patch

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


Revision 1.1 - (show annotations) (download)
Mon May 3 14:37:04 2010 UTC (14 years ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email--, e-smith-email-5_0_0-10_el4_sme, e-smith-email-5_0_0-4_el4_sme, e-smith-email-5_0_0-7_el4_sme, e-smith-email-5_0_0-6_el4_sme, e-smith-email-5_0_0-9_el4_sme, e-smith-email-5_0_0-8_el4_sme, e-smith-email-5_0_0-5_el4_sme, HEAD
Fix HeloHost patch. [SME: 5670]

1 diff -ruN e-smith-email-5.0.0.old/root/usr/local/sbin/smtp-auth-proxy.pl e-smith-email-5.0.0/root/usr/local/sbin/smtp-auth-proxy.pl
2 --- e-smith-email-5.0.0.old/root/usr/local/sbin/smtp-auth-proxy.pl 2010-05-03 14:30:27.000000000 +0100
3 +++ e-smith-email-5.0.0/root/usr/local/sbin/smtp-auth-proxy.pl 2010-05-03 15:09:09.000000000 +0100
4 @@ -77,7 +77,7 @@
5
6 my $class = ($port == 465) ? 'Net::SMTP::SSL' : 'Net::SMTP';
7 my $smtp = $class->new($smarthost,
8 - Hello => Hello => $helo,
9 + Hello => $helo,
10 Debug => $debug,
11 Port => $port,
12 );

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