
Chapter 7. z/OS mail servers 221
_BPXK_SETIBMOPT_TRANSPORT=TCPIP
Define the RACF profile SENDMAIL.* in the STARTED class with a superuser ID as an owner
in its STDATA:
ADDGROUP SNDMGRP OMVS(GID(26))
ADDUSER SENDMAIL DFLTGRP(SNDMGRP) NOPASSWORD OMVS(UID(0) HOME(‘/’))
RDEFINE STARTED SENDMAIL.* STDATA(USER(SENDMAIL))
SETROPTS RACLIST(STARTED) REFRESH
PERMIT BPX.DAEMON CLASS(FACILITY) ID(SENDMAIL) ACCESS(READ)
SETROPTS RACLIST(FACILITY) REFRESH
Start inetd
If you have already started INETD as described in Chapter 6, “INETD” on page 185, then you
have already completed this step. Otherwise, issue the system command s inetd or the
following shell commands ...