12.07.2015 Views

TCP/IP SMTP User Exits Support APAR PQ14324 VM TCP/IP ... - IBM

TCP/IP SMTP User Exits Support APAR PQ14324 VM TCP/IP ... - IBM

TCP/IP SMTP User Exits Support APAR PQ14324 VM TCP/IP ... - IBM

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ONIndicates the specified exit (being defined with this command) is to be enabled (turned on).OFFIndicates the specified exit (being defined with this command) is to be disabled (turned off).RELOADForces the exit routine to be re-loaded the next time it is executed. If the exit routine is a REXX exec,it will be EXECLOADed into storage the next time it is executed.QUERYReturns current VERIFYCLIENT settings; the returned response indicates whether client verification isenabled (on) or disabled (off).. If an exit has been defined, the name of the exit is included in theresponse. Sample responses for several settings are shown in Table 1.Table 1. Client Verification Exit - Sample QueriesClient Verification SettingBuilt-in function ONBuilt-in function OFFExit <strong>SMTP</strong>VERX TEXTenabledExit <strong>SMTP</strong>VERX TEXTdisabledExamplesResponse from Query From <strong>SMTP</strong>: VERIFYCLIENT is set to YES From <strong>SMTP</strong>: VERIFYCLIENT is set to NO From <strong>SMTP</strong>: VERIFYCLIENT exit <strong>SMTP</strong>VERX TEXT ON From <strong>SMTP</strong>: VERIFYCLIENT is set to NO (Exit <strong>SMTP</strong>VERX TEXT OFF) The command that follows will enable the client verification exit routine <strong>SMTP</strong>VERX EXEC; clientverification will be performed by this exit routine.smsg smtp verifyclient exit smtpverx exec onThe following response is displayed: From <strong>SMTP</strong>: VERIFYCLIENT exit <strong>SMTP</strong>VERX EXEC ON This next command will disable all client verification; no client verification is performed.smsg smtp verifyclient noThe following response is displayed: From <strong>SMTP</strong>: VERIFYCLIENT is set to NO This last command will query the current client verification setting.smsg smtp verifyclient queryThe following response is displayed: From <strong>SMTP</strong>: VERIFYCLIENT is set to NO (Exit <strong>SMTP</strong>VERX EXEC OFF)Client Verification Exit Parameter ListsSample assembler and REXX exec exit routines are supplied for the client verification exit. The assemblerexit will have better performance characteristics than the REXX exit.The parameter lists passed to the REXX and the assembler exit routines follow. When you tailor either ofthese exits, keep in mind the following:Client Verification Exit 10

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!