On Monday, 12/29/2008 at 04:48 EST, "Westlund, Mats (Mainframe servers)" <[email protected]> wrote: > Some years ago we tried to convince IBM to provide an exit where it should be > possible to decide if the > file should be sent to RSCS or SMTP so they came up with the TCPEXIT EXEC but > that exit is not always called so it was no use for us. > So the solution is to modify the SENDFILE EXEC if we change the default RSCS to > SMTP it then works fine for us. > :
DEFAULTS SET SENDFILE SMTP is all you need to change the default. We are loathe to change the default behavior of a command without an overriding business reason (e.g. security, standards). While at times inconvenient, that philosophy has served our clients in good stead. Part of the reason that SENDFILE works the way it does is because we don't know if ABC.COM was meant as an NJE node or a TCP/IP mail server. Alan Altmark z/VM Development IBM Endicott
