From owner-freebsd-arch Tue Jun 18 23:24:47 2002 Delivered-To: freebsd-arch@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id C656C37B410; Tue, 18 Jun 2002 23:24:44 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.4/8.12.4) with ESMTP id g5J6OhR7037309 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 18 Jun 2002 23:24:43 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.4/8.12.4/Submit) id g5J6Ohes037306; Tue, 18 Jun 2002 23:24:43 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15632.9131.365021.260177@horsey.gshapiro.net> Date: Tue, 18 Jun 2002 23:24:43 -0700 From: Gregory Neil Shapiro To: Doug Barton Cc: "Jin Guojun[DSD]" , "Crist J. Clark" , FreeBSD-arch@FreeBSD.org Subject: Re: conf/39444: rc.sendmail syntax error: cannot disable sendmail In-Reply-To: <3D102055.F08DD2AE@FreeBSD.org> References: <3D0FB406.83DE356D@lbl.gov> <20020618155900.O2483-100000@master.gorean.org> <15632.6996.519381.823439@horsey.gshapiro.net> <3D102055.F08DD2AE@FreeBSD.org> X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG DougB> The problem is, the users are getting confused. Neither of the methods DougB> you describe is "standard," which is a big part of the confusion. I guess the standard way would be: sendmail_enable=NO sendmail_submit_enable=NO sendmail_outbound_enable=NO sendmail_msp_queue_enable=NO This is (and was) always available. sendmail_enable=NONE is just a shortcut that has the same effect as setting all four to NO. With that in mind, the only other thing that could be added is a sendmail_dont_run_at_all variable that, if set to YES, is exactly the same as: 1. sendmail_enable=NONE, or 2. mta_start_script="", or 3. sendmail_enable=NO sendmail_submit_enable=NO sendmail_outbound_enable=NO sendmail_msp_queue_enable=NO My preference is not to add a fourth equivalent method to the above list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message