From b9d458aaa4417f8da3c28d8cd4fcefed8ba832c5 Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Thu, 26 Feb 2009 21:33:36 +0000 Subject: [PATCH] Item1158: SMTP server other port than 25 is possible but not documented git-svn-id: http://svn.foswiki.org/trunk@2747 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- core/lib/Foswiki.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/lib/Foswiki.spec b/core/lib/Foswiki.spec index e36f1082f4..e100a5a1cb 100644 --- a/core/lib/Foswiki.spec +++ b/core/lib/Foswiki.spec @@ -1043,7 +1043,8 @@ $Foswiki::cfg{MailProgram} = '/usr/sbin/sendmail -t -oi -oeq'; # in SitePreferences. Make sure you delete that setting if you are using a # SitePreferences topic from a previous release of Foswiki. To disable all # outgoing mail from Foswiki leave both this field and the MailProgram field -# above blank. +# above blank. If the smpt server uses a different port than the default 25 +# use the syntax mail.your.company:portnumber. $Foswiki::cfg{SMTP}{MAILHOST} = ''; # **STRING 30**