scmuser created the topic: command to start SMTP
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
- Shell Scripting Tutorials: Looping & Iteration statatement using for loop - December 23, 2022
- Shell Scripting Tutorials: Looping & Iteration statatement using while - December 23, 2022
- How do you curl using powershell? - December 22, 2022