From owner-freebsd-stable Mon Mar 25 14:19:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id DF4B437B419 for ; Mon, 25 Mar 2002 14:19:16 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2) with ESMTP id g2PMJ8Gd071870 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 25 Mar 2002 14:19:08 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2/Submit) id g2PMJ7OB071860; Mon, 25 Mar 2002 14:19:07 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15519.41563.608637.748981@horsey.gshapiro.net> Date: Mon, 25 Mar 2002 14:19:07 -0800 From: Gregory Neil Shapiro To: thomas@cuivre.fr.eu.org Cc: Craig Boston , stable@FreeBSD.ORG Subject: Re: HEADS UP: Expect buildworld instability (sendmail 8.12.2 MFC) In-Reply-To: <20020325231720.B75467@melusine.cuivre.fr.eu.org> References: <15519.37768.192688.770945@horsey.gshapiro.net> <3C9F9C81.10203@meoqu.gank.org> <15519.41048.709126.956805@horsey.gshapiro.net> <20020325231720.B75467@melusine.cuivre.fr.eu.org> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> Assuming you expect something other than /etc/rc to start postfix's >> daemon(s), make sure you have these lines in your /etc/rc.conf to be safe: >> >> sendmail_enable="NO" >> sendmail_outbound_enable="NO" >> sendmail_msp_queue_enable="NO" >> sendmail_submit_enable="NO" thomas> Could the behaviour of rc be changed so that setting sendmail_enable thomas> to NO disables Sendmail? It is (to me aT least) a severe POLA violation thomas> to see /etc/rc starting Sendmail (sendmail_outbound actually) after thomas> setting sendmail_enable to NO. sendmail_outbound_enable is specifically in place if sendmail_enable is set to NO (as is sendmail_submit_enable). Ignoring the others if sendmail_enable was set to NO would break the reason for their very existance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message