On Tue, 17 Mar 2009 15:18:11 -0500, Paul Gilmartin <[email protected]> wrote:
>On Tue, 17 Mar 2009 14:39:50 -0400, Tony Harminc wrote: > >>2009/3/17 Ulrich Krueger: >>> >>> At my shop, when I was finally able to pinpoint where the SMTP performance >>> problems originated from, I was lucky. A single JCL-procedure was used to >>> create the mass-mail file(s). So, instead of sending it directly to >>> SYSOUT=(B,SMTP), I added a step to execute a REXX - exec which I had >>> written. It split the big file into individual SPOOL files, one per email >>> message. Worked like a charm, once I had it all figured out. No more SMTP >>> performance problems, no more nasty calls from users. >> >>Shouldn't someone fix the SMTP server instead...? >> >Would sendmail be better? If so, it might be time to >replace SMTP, even if only with a spool writer that feeds >"sendmail -toi". > >Does XMITIP have options to use either sendmail or SMTP? > >-- gil XMITIP is an MUA/MTA combination. It formats the message like an MUA, then transmits like an MTA. XMITIP can transmit to any complaint SMTP server. So, it is possible to have sendmail running on your z/OS and configure XMITIP to send to 127.0.0.1 (localhost). This would send the mail to sendmail which would then relay it out to the appropriate receiving email server. I don't think that XMITIP can use SMTP. If by SMTP you mean the one which reads JES output class B with a destination of SMTP. -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

