×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
RTM. Did you try Infocenter's section on troubleshooting email?
http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/rzair/rzairfixemail.htm
What about it's subsection "Solving problems with the QtmmSendMail API"?
Don't ignore previous stuff in the original URL.
Could be any number of things. One real popular problem is IBM started
changing, and shipping, the '/tmp' directory differently a few OS' back.
If you display the attributes on it you may see
Restricted rename and unlink . . . . . : No
IMO Yes is bad. It may be a Linux standard for a p... poor implementation
of QTEMP, but it just doesn't work for the IBM i email products. What
this means is that, if someone else creates an entry in that directory,
like you calling QTmmSendMail
and even if you change the IBM profiles used by QMSF and smtp to *ALLOBJ,
etc, they cannot change/delete those entries and undesirable results will
follow. Some releases back this made it to the Memo To Users.
An excellent tool IBM has is using the command
TRCTCPAPP APP(*SMTPCLT) SET(*ON)
then try your usage of the api
TRCTCPAPP APP(*SMTPCLT) SET(*OFF)
and read the spool files.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.