Forrest Aldrich wrote: > Isn't this supposed to tell FreeBSD not to start up the sendmail daemon > processes? > > It doesn't on my system, just confirmed this via a new system build. FYI. > > FreeBSD-6.0
Try sendmail_enable="NONE" and see what happens. Using just "NO" will still start a sendmail process, so you can send mail (but it won't start an SMTP server). "NONE" doesn't start any sendmail processes at all. -jav _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
