Hi Folks,
We have define the option emailsys, emailhost and emailport in our sasv9.cfg file. We use port 25.
All our users work with SAS EG or they have automatic SAS programs running on crontab. Recently we discovered that any user can send email as other people. For example, my email is name@comapny.com but in my SAS program is allow to define SENDER="other_name@company.com". So the email is sent as other_name@company.com
There is any way to restrict it? So the only sender will be the user or onlt allow a generic address as a sender?
I know about EMAILAUTHPROTOCOL option. But even if we set to "LOGIN" in our sasv9.cfg, the user can disable this option using:
options EMAILAUTHPROTOCOL=NONE;
Regards,