Parent Directory | Revision Log | Revision Graph
* 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 | 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 |