Please enable JavaScript to view this site.
The Cobwebb Server software is shipped with two versions of the SMTP Client POSTIE3 - a debug version, named POSTIE3#D, and a release version, named POSTIE3#R. One of these versions is then duplicated, NOT RENAMED, to the live program, named POSTIE3, which is the program that is used by the system.
Enabling Debugging of SMTP conversations
•End the CPPD subsystem
ENDSBS CPPD
•Delete the existing POSTIE3 program in the CPPD library and make a copy of POSTIE3#D (the debug version) named POSTIE3
DLTPGM PGM(CPPD/POSTIE3)
CRTDUPOBJ OBJ(POSTIE3#D) FROMLIB(CPPD) OBJTYPE(*PGM) NEWOBJ(POSTIE3)
•Start the CPPD subsystem
STRSBS CPPD
•Release an email from the queue in the normal manner to populate the log with some data.
•View the ENLSND (or STREML depending on your version of CPPD) job log in the CPPD subsystem to see the debug details logged. See the following links for some example conversations
oExample of Successful email conversation
oExample of Unsuccessful email conversation
Reverting to Release version
•End the CPPD subsystem
ENDSBS CPPD
•Delete the existing POSTIE3 program in the CPPD library and make a copy of POSTIE3#R (the live version) named POSTIE3
DLTPGM PGM(CPPD/POSTIE3)
CRTDUPOBJ OBJ(POSTIE3#R) FROMLIB(CPPD) OBJTYPE(*PGM) NEWOBJ(POSTIE3)
•Start the CPPD subsystem
STRSBS CPPD