z/OS Freeware

SMTP Server Setup

God Bless America

Site Navigation

Home
abcs.html
articles.html
docs.html
ispftools.html
omvs.html
othersites.html
sites.html
tcpip.html
weowethem.html
tools.html
spirit.html

Comments

Monitor this page for changes


it's private  by ChangeDetection


  CBT Tape

Web Site Hosting

Setting up your OS/390 or z/OS SMTP Server can be a challenge. Fortunately the IBM documentation is fairly good and when that fails the IBM Support is outstanding. The one thing that is not always clear is that the SMTP server will, by default, send all the e-mail that is processes directly to the recipients e-mail server, something that is not always desirable. When it does that there are two challenges

  1. all e-mail that can't be delivered is queued on the OS/390 or z/OS system
  2. some e-mail servers do a reverse lookup on the sending host name which means that if your OS/390 or z/OS system host name is NOT known to the outside world then e-mail that you send to these servers will bounce back to you.

This page describes briefly how to configure OS/390 and z/OS SMTP to route all outgoing e-mail to your existing in-house e-mail server which solves both of these issues,

OS/390:

  1. Find the dataset pointed to by the SYSTCPD DD in the TCPIP started task JCL and make a copy for use in the SMTP started task JCL.
  2. In the copy of (1) comment out the NSINTERADDR statements. These statements are used to define the domain name servers that will be used to resolve host names.
  3. In the SMTP CONFIG data add the IPMAILERADDRESS statement. The syntax is IPMAILERADDRESS xx.xx.xx.xx where the xx.xx.xx.xx is the numeric IP address of the target mail server.

z/OS:

  1. In the SMTP CONFIG data add the IPMAILERADDRESS statement. The syntax is IPMAILERADDRESS xx.xx.xx.xx where the xx.xx.xx.xx is the numeric IP address of the target mail server.
  2. In the SMTP CONFIG data add the statement:

    RESOLVERUSAGE NO

SMTP will now forward all mail for which it is unable to resolve the target host name to the server defined in the IPMAILERADDRESS.

 

 

 

 

This site is a member of WebRing.
To browse visit Here.