/[smeserver]/rpms/e-smith-email/sme8/e-smith-email-5.2.0-MultiDrop.patch
ViewVC logotype

Annotation of /rpms/e-smith-email/sme8/e-smith-email-5.2.0-MultiDrop.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Jun 30 04:18:49 2013 UTC (10 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-24_el5_sme, e-smith-email-5_2_0-22_el5_sme, e-smith-email-5_2_0-27_el5_sme, e-smith-email-5_2_0-23_el5_sme, e-smith-email-5_2_0-25_el5_sme, e-smith-email-5_2_0-26_el5_sme, e-smith-email-5_2_0-28_el5_sme, HEAD
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-22.sme
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7045]

1 wellsi 1.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