/[smeserver]/rpms/e-smith-email/sme9/e-smith-email-5.4.0-MultiDrop.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme9/e-smith-email-5.4.0-MultiDrop.patch

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


Revision 1.1 - (show annotations) (download)
Fri Jul 5 23:39:55 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_4_0-11_el6_sme, e-smith-email-5_4_0-10_el6_sme, e-smith-email-5_4_0-4_el6_sme, e-smith-email-5_4_0-12_el6_sme, e-smith-email-5_4_0-7_el6_sme, e-smith-email-5_4_0-9_el6_sme, e-smith-email-5_4_0-6_el6_sme, e-smith-email-5_4_0-5_el6_sme, e-smith-email-5_4_0-8_el6_sme, HEAD
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749]

1 diff -ruN e-smith-email-5.2.0.old/root/etc/e-smith/templates/etc/fetchmail/50multi-drop e-smith-email-5.2.0/root/etc/e-smith/templates/etc/fetchmail/50multi-drop
2 --- e-smith-email-5.2.0.old/root/etc/e-smith/templates/etc/fetchmail/50multi-drop 2007-12-26 11:48:39.000000000 -0800
3 +++ e-smith-email-5.2.0/root/etc/e-smith/templates/etc/fetchmail/50multi-drop 2013-06-29 20:53:41.000000000 -0700
4 @@ -61,7 +61,7 @@
5 $OUT .= " localdomains $locals\n";
6 $OUT .= " username \"$SecondaryMailAccount\" ";
7 $OUT .= "password \"$SecondaryMailPassword\" to * here\n";
8 - $OUT .= " smtphost 127.0.0.200\n";
9 + $OUT .= " smtphost 127.0.0.200" . ($smtpd{TCPPort} ? "/$smtpd{TCPPort}" : "") . "\n";
10 $OUT .= " fetchall\n";
11 $OUT .= " forcecr\n";
12 $OUT .= "\n";

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