/[smecontribs]/rpms/smeserver-fetchmail/contribs8/smeserver-fetchmail-1.4.non_standard_smtpd_TCPPort.patch
ViewVC logotype

Annotation of /rpms/smeserver-fetchmail/contribs8/smeserver-fetchmail-1.4.non_standard_smtpd_TCPPort.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Jan 12 17:00:26 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_4-4_el5_sme, smeserver-fetchmail-1_4-3_el5_sme
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8796]
- code done by ecureuil <gentil_ecureuil@hotmail.com>

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     }

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