LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   send mail (https://www.linuxquestions.org/questions/linux-newbie-8/send-mail-878843/)

seno 05-04-2011 03:58 PM

send mail
 
help me
I want to check send mail process if it is stop I want to run it
how Ican do that in linux script

corp769 05-04-2011 04:11 PM

Hello,

What exactly do you mean? Are you saying you want to see if the sendmail process is running? Let us know what distro you are using, as that type of information will help. As far as your problem, run the following code to check to see if it is running or not:
Code:

service --status-all | grep sendmail
Note that the code I provided may not work for you, hence why I have asked what distro you are running.

Cheers,

Josh


All times are GMT -5. The time now is 04:51 PM.