David wrote:
in /etc/rc

comment out the lines:

if [ X"${sendmail_flags}" != X"NO" -a -s /etc/mailer.conf ]; then
echo -n ' sendmail'; ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & )
fi

What is this supposed to result in that a ``sendmail_flags="NO"'' in /etc/rc.conf.local would not?

Even so, it is not what the OP asked for. He asked if he should disable sendmail, which he most likely has no reason to do.


Doug Milam wrote:
To cut down on services I don't use, I'd like to disable sendmail, unless this is unwise. If so, I'd like to know why. Thanks.

Reply via email to