On Jun 12, 2007, at 1:41 PM, Charlie McElfresh wrote:
I have sendmail disabled in rc.conf, but it starts up anyway. Any hints
what might be starting it up?

By default sendmail is available for handling outgoing mail, but is not listening as an MTA for external connections. You can set:

        sendmail_enable="NONE"

...in /etc/rc.conf to completely disable sendmail. In that case, you ought to disable parts of the daily periodic reporting stuff which involve sendmail.

--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to