Date: Sun, 17 Feb 2002 14:19:14 -0800 (PST) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc src/etc/defaults rc.conf Message-ID: <200202172219.g1HMJEZ03111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2002/02/17 14:19:14 PST Modified files: share/man/man5 rc.conf.5 etc rc etc/defaults rc.conf Log: 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 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?200202172219.g1HMJEZ03111>