Date: Mon, 12 Mar 2001 23:06:52 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: Peter Wemm <peter@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc src/etc/defaults rc.conf Message-ID: <15021.50956.112503.874776@horsey.gshapiro.net> In-Reply-To: <200103130553.f2D5rHg95032@freefall.freebsd.org> References: <200103130553.f2D5rHg95032@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
peter> etc rc peter> At great personal risk, touch the sendmail startup again. This adds peter> easy seperate knobs for inbound (accepting SMTP connections) and peter> outbound (just occasionally dequeueing) sendmail daemon startup. One comment on this. Your change to src/etc/rc: +if [ -r /etc/mail/sendmail.cf ]; then + case ${sendmail_enable} in + [Yy][Ee][Ss]) + echo -n ' sendmail' + /usr/sbin/sendmail ${sendmail_flags} ... What if ${sendmail_flags} is: sendmail_flags=-C/usr/local/etc/sendmail.cf Therefore, /etc/mail/sendmail.cf need not exist. I think you may be assuming too much the the added if on the first line. 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?15021.50956.112503.874776>