1 |
stephdl |
1.1 |
diff -Nur smeserver-fetchmail-1.4.old8796/root/etc/e-smith/templates/etc/fetchmail/90fetchmail smeserver-fetchmail-1.4.bz8796/root/etc/e-smith/templates/etc/fetchmail/90fetchmail |
2 |
|
|
--- smeserver-fetchmail-1.4.old8796/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-01-12 17:45:34.869937632 +0100 |
3 |
|
|
+++ smeserver-fetchmail-1.4.bz8796/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-01-12 17:47:51.134384591 +0100 |
4 |
|
|
@@ -339,7 +339,7 @@ |
5 |
|
|
$OUT .= "poll $mserv with proto $mtype$ServOpt\n" ; |
6 |
|
|
$OUT .= " user '$mname' $DestSMTPServer with password '" ; |
7 |
|
|
$OUT .= "$mpass' is $name here $keep $ssl\n" ; |
8 |
|
|
- $OUT .= " smtphost 127.0.0.200\n" ; |
9 |
|
|
+ $OUT .= " smtphost 127.0.0.200" . ($smtpd{TCPPort} ? "/$smtpd{TCPPort}" : "") . "\n"; |
10 |
|
|
$OUT .="EOF\n"; |
11 |
|
|
} |
12 |
|
|
} |