Date: Mon, 25 Mar 2002 13:41:31 -0800 (PST) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 Message-ID: <200203252141.g2PLfVC17340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2002/03/25 13:41:31 PST
Modified files: (Branch: RELENG_4)
etc rc
etc/defaults rc.conf
share/man/man5 rc.conf.5
Log:
MFC: Add infrastructure for sendmail 8.12. If users are not starting a daemon
at boot (sendmail_enable=NO), a localhost-only daemon may started
(sendmail_submit_enable) as it is needed to accept mail from command line
submissions. If this isn't desired, see etc/mail/README for more hints.
Optionally (sendmail_msp_queue_enable) start a queue runner for the
submission queue in case a daemon isn't available to accept command line
submitted mail at submission time.
Note that the syslog labels for all of these sendmail processes have been
uniquified for easier log parsing.
Revision Changes Path
1.138 +9 -3 src/etc/defaults/rc.conf
1.296 +17 -2 src/etc/rc
1.151 +36 -0 src/share/man/man5/rc.conf.5
Revision Changes Path
1.53.2.49 +9 -3 src/etc/defaults/rc.conf
1.212.2.45 +17 -2 src/etc/rc
1.64.2.44 +36 -0 src/share/man/man5/rc.conf.5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203252141.g2PLfVC17340>
