Here is a simple steps to disable Sendmail on your FreeBSD server,
You can try these two methods:
1. If you don't want to restart your server, you can try this command
[code]$/etc/rc.d/sendmail stop[/code]
2. You can also disable Sendmail at the startup config file, you'll need to change the following 4 lines in /etc/defaults/rc.conf
[code]$nano /etc/defaults/rc.conf
## change below to NO
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
Recent comments
1 week 13 hours ago
4 weeks 18 hours ago
4 weeks 6 days ago
5 weeks 4 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 2 days ago
5 weeks 5 days ago
6 weeks 1 day ago