1825706 Members
3351 Online
109686 Solutions
New Discussion

Re: reg:mail server

 
harikrishna
Advisor

reg:mail server

Hi,
Can anyone please let me know the process that needs to be "grep"ed to know if the mail server is running on the linux 8.0 server.Also,please let me know the command to start the mail server.

Thanks in advance

Regards,
Hari
2 REPLIES 2
Karthik S S
Honored Contributor

Re: reg:mail server

1. ps -ef|grep sendmail
you can also do a,
telnet srv_name 25

2. service sendmail start

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Naveej.K.A
Honored Contributor

Re: reg:mail server

To verify whether sendmail is running:-
ps -ef |grep sendmail

To start the sendmail service:-
service sendmail start
or
./etc/init.d/sendmail start

With best wishes
naveej
practice makes a man perfect!!!