Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 1998 18:44:28 -0800 (PST)
From:      Jan Koum <jkb@best.com>
To:        "Bernard J. Courtney" <bc@bythehand.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sendmail
Message-ID:  <Pine.BSF.3.96.980109184101.27490B-100000@shell6.ba.best.com>
In-Reply-To: <34B6D356.7966@bythehand.net>

next in thread | previous in thread | raw e-mail | index | archive | help

	2.2.1 is using /etc/sysconfig, unlike 2.2.5 which is usnig
/etc/rc.conf, therefor:

% grep sendmail /etc/sysconfig
# Default sendmail flags.  -bd is pretty mandatory, -q<n>m sets the queue scan
# time in minutes.  If set to NO, don't start sendmail at all.
sendmail_flags="-bd -q30m"
		^^^^^^^^^
%
	You need to edit /etc/sysconfig and change the above line to:
sendmail_flags="NO"

-- Yan

On Fri, 9 Jan 1998, Bernard J. Courtney wrote:

>Hi everyone,
>
>First off, please reply to bc@bythehand.net as I am not on the list.
>
>I am installing another mail server on my 2.2.1 box, and need to disable
>Sendmail.  What files contains the startup call for Sendmail, and how do
>I get rid of it?
>
>			Thanks in advance,
>			Bernard Courtney
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980109184101.27490B-100000>