• The page you requested does not exist. A search for BSQA installation security 12 resulted in this page.
  • The page you requested does not exist. A search for BSQA installation security 15 resulted in this page.
  • The page you requested does not exist. A search for BSQA installation security 3 18 2 resulted in this page.

InterForm installation, som anvender OS400 SMTP, er nødt til at passere via port 9000 i stedet for 25

Per Wallhoffs billede

Posted in forum

Vi har en kunde. De mailer fra interform med OS400 SMTP. De er nu en del af en større organisation og deres netværk er blevet integreret. De har indtil nu anvendt SMTP proxy hos Telia men har ikke tilladelse til at anvende denne længere. Som erstatning har de fået en "intern" SMTP proxy men skal så anvende port 9000 og med OS400SMTP er det nødvendigt at sende via denne.
 
Med venlig hilsen,
Per Wallhoff

Kaj Vang Jensens billede

Re: InterForm installation, som anvender OS400 SMTP, er nødt...

Hej Per Wallhoff,

Det ser ud til at man kan ændre porten på IBMSMTP:

https://www-304.ibm.com/support/docview.wss?uid=nas1b8b9db252c4f8e4c86256a8b005be6c4

 
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.
 

Vi overvejer kraftigt at inkludere samme funktionalitet (konfigurerbar port) for InterForm400 SMTP i 2012 versionerne.

Mvh. Kaj Vang Jensen