By dedwinson
All of the scripts create email notifications when they are complete, have errors, deliver files etc. This has been working for years but we just did a patch at the end of June and now the emails don’t work.
I have confirmed sendmail DOES work via command line. I also confirmed that the portions of the perl script that composes and sends email DOES work IF you are signed in under the service account ID.
For years we have other scripts that run via command line submission by users that also generate email notices. We have found that IF the user is still logged into the Unix box at the time of script completion, an email will appear in their MS Exchange email box. HOWEVER, if they log out and let the script run “nohup” there will be NO email delivered.
It seems to me that something has happened after the latest patch that changed and made the service account behave like an ordinary user account.
What I am looking for is WHAT would the setting(s) be that would cause any account to behave in this way and hopefully I can reverse what happened to our service account. These notifications are critical to our business.