Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 23:24:43 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        Doug Barton <DougB@FreeBSD.org>
Cc:        "Jin Guojun[DSD]" <j_guojun@lbl.gov>, "Crist J. Clark" <cjc@FreeBSD.org>, FreeBSD-arch@FreeBSD.org
Subject:   Re: conf/39444: rc.sendmail syntax error: cannot disable sendmail
Message-ID:  <15632.9131.365021.260177@horsey.gshapiro.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15632.9131.365021.260177>