start and stop the SMTP service - linux machine
by Nirmala[ Edit ] 2009-04-02 10:46:34
Hi...
To start SMTP service use the below command
#/etc/init.d/sendmail start
To stop the SMTP service use the below command
#/etc/init.d/sendmail stop
To know the status of the SMTP service use the below command
#/etc/init.d/sendmail status