Well, at V5 you don't have STRTCP in your startup program because it's
controlled by the parameter in CHGIPLA - and the AutoStart attribute set
for the SMTP server will control that (a "shortcut" to setting TCP server
autostart parameters - UPDDTA QATOCSTART - keep the *YES/*NO in caps).
MSF is usually started by an autostart job entry in the QSYSWRK subsystem:
Display Autostart Job Entries
Subsystem description: QSYSWRK Status: ACTIVE
Job Job Description Library
QZMFECOX QZMFEJBD QSYS
...Neil
"Condon, Mike" <M1C@xxxxxxxxxxxxxxxxx>
Sent by: midrange-l-bounces@xxxxxxxxxxxx
2004/10/24 16:16
To
"'Midrange Systems Technical Discussion'" <midrange-l@xxxxxxxxxxxx>
cc
Subject
SMTP/MSF in Qstrup
What is the recommended method to get SMTP mail relay/MSF started in
Qstrupgm? There is strtcp strsvr(*yes) strifc(*yes) in the cl, but from
what
I'm experiencing it does not insure that smtp/msf are functional.
Should I:
- After STRTCP STRSVR(*YES) STRIFC(*YES), add STRTCPSVR SERVER(*ALL)
- Just add STRMSF after STRTCP?
If I do either, do I need to somehow handle or issue a delay before
starting
the commands to insure that STRTCP has progressed far enough or finished
to
make sure MSF or other servers will indeed start properly?
--