On 05-Mar-2014 15:34 -0800, Newsserver wrote:
>
> I think this issue has been handled before. Google does not help,
> even the explanation from IBM does not make sense.
Difficult to know what is referred to, without either a link to or a
quote of, what is alluded as being "the explanation from IBM".
> My question is, can I change the SMTP port (25) that iSeries use for
> sending out messages.
The well-known SMTP port 25 is for listening; i.e. the port other
specify to connect-to\initiate an SMTP session with your iSeries.? So
you want the iSeries as SMTP client to try to reach other listeners
[i.e. initiate an SMTP session connection to other systems] using a
non-standard port number, because those other systems are not
using\listening-on the standard port?
> If I go to WRKSRVTBLE and change the SMTP port numbers nothing
> happens, even ENDTCP and starting TCP does not help.
> Could someone give me a short description of action to take.
Hmm, the following document [copied effectively in entirety] says an
additional required step is to stop\start MSF [i.e. ENDMSF and STRMSF]
and oddly, seems to fail to mention an ENDTCPSVR even though it includes
STRTCPSVR [and I submitted no comment\feedback with regard to failing to
mention either the Mail Server Framework commands or the End TCP Server
request:
<
www.ibm.com/support/docview.wss?uid=nas8N1017287>
Reference #: N1017287
Modified date: 2013-02-04
_Binding the OS/400 SMTP Server to a Different Port_
"Technote (troubleshooting)
_Problem_ (Abstract)
This document explains how to bind the IBM OS/400 or IBM i5/OS SMTP
server to a different port rather than the default 25.
_Resolving the problem_
This document explains how to bind the IBM OS/400 or IBM i5/OS SMTP
server to a different port:
1. On the operating system command line, type the following to remove
the existing server table entries for SMTP. There should be two entries:
WRKSRVTBLE SERVICE('smtp')
Press the Enter key.
2. Select Option 5 to review contents.
3. Select Option 4 to remove entries.
4. On the operating system command line, type the following to add a
new entry for TCP in port 24:
ADDSRVTBLE SERVICE('smtp') PORT(24) PROTOCOL('tcp') TEXT('Simple
Mail Transfer') ALIAS('mail' SMTP MAIL)
Press the Enter key.
5. On the operating system command line, type the following to add a
new entry for UDP:
ADDSRVTBLE SERVICE('smtp') PORT(24) PROTOCOL('udp') TEXT('Simple
Mail Transfer') ALIAS('mail' SMTP MAIL)
Press the Enter key.
6. Start TCP server for SMTP by issuing the following command:
STRTCPSVR *SMTP
7. End and start QMSF.
Historical Number: 23903419
..."
--
Regards, Chuck