start and stop the SMTP service - linux machine - Linux Views : 2471
Tagged in : Linux
2 0
Send mail
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
By Nirmala, On - 2009-04-02



    Login to add Comments .