On 2017-06-20, at 05:30, Jousma, David wrote:

> Sounds interesting.  Where would I learn more about this?
>  
Who administers your corporate mail server?  On a Linux system,
I have configured mutt with simply:

    # From: https://ubuntuforums.org/showthread.php?t=1946910
    # Also make sure the packages gnutls-bin openssl libsasl2-2 # installed.
    set smtp_url="smtps://[email protected]@SMTP.AIM.com:465/"
    set smtp_pass="*******************"
    set realname="Paul Gilmartin (π)"
    set from="[email protected]"

Mutt is open-source, so you might copy (subject to GPL?) what it does.
Or start with:
    https://en.wikipedia.org/wiki/SMTPS
    https://tools.ietf.org/html/rfc6409

Some of those could be hard-coded in the interface; others extracted
from RACF.  Synchronizing password changes might remain manual.
Might the user update his own smtp_pass with no special privilege?


> -----Original Message-----
> From: Andrew Rowley
> Sent: Tuesday, June 20, 2017 3:22 AM
> 
> Instead of running a SMTP server on z/OS, my inclination would be to define 
> one or more email users for your z/OS systems in your corporate mail servers, 
> and use e.g. Java to log in to the mail server and send the mail. Then you 
> can use your standard corporate mail controls over what mail that userid can 
> send.
>  
I concur enthusiastically.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to