how do you confirm whether sendmail is working fine? As you know if there are mails in queue which also create a process with name sendmail. Is there any way like lssrc command on aix which gives the following output. # lssrc -s sendmail Subsystem Group PID Status sendmail mail 96418 active
This conversation is currently closed to new comments.
You could setup a "status" account and have a process periodically send mail to it, then check to see if the message arrived and delete it. This would check that sendmail was working, not just running. Perhaps mail the current `date` so that the checker knew how old the message was when it read it.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
sendmail status
how do you confirm whether sendmail is working fine? As you know if there are mails in queue which also create a process with name sendmail. Is there any way like lssrc command on aix which gives the following output.
# lssrc -s sendmail
Subsystem Group PID Status
sendmail mail 96418 active