Date: Wed, 13 Jun 2007 08:00:57 +1000 From: Mikhail Goriachev <mikhailg@webanoide.org> To: Chuck Swiger <cswiger@mac.com> Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org> Subject: Re: sendmail startup problem Message-ID: <466F1799.3010104@webanoide.org> In-Reply-To: <E90B1FAC-0023-43F7-B49D-50858438E815@mac.com> References: <44b41e4e0706121341o13788520gd249f740e47589c3@mail.gmail.com> <20070612211738.GA76150@slackbox.xs4all.nl> <466F1365.8060207@webanoide.org> <E90B1FAC-0023-43F7-B49D-50858438E815@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Chuck Swiger wrote: > On Jun 12, 2007, at 2:43 PM, Mikhail Goriachev wrote: >>> How have you disabled it? It is not enough to do >>> 'sendmail_enable="NO"'. >>> To completely disable sendmail you shoud use >>> 'sendmail_enable="NONE"'. >> sendmail_enable="NO" and sendmail_enable="NONE" are the same and >> the first one is already present by default in /etc/defaults/rc.conf > > No, they aren't identical. See /etc/rc.d/sendmail: > > case ${sendmail_enable} in > [Nn][Oo][Nn][Ee]) > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" > ;; > esac > >> In order to disable the submission and hence stop sendmail >> completely, the following should be added into /etc/rc.conf: >> >> sendmail_submit_enable="NO" > > This is a partial solution. The complete set of variables is listed > above or in /etc/defaults/rc.conf... Oops... I stand corrected. My apologies for the noise. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E-Mail: mikhailg@webanoide.org Web: www.webanoide.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?466F1799.3010104>