Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 1998 21:26:07 -0500
From:      Norman C Rice <nrice@emu.sourcee.com>
To:        bc@bythehand.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Sendmail
Message-ID:  <19980109212607.49467@emu.sourcee.com>
In-Reply-To: <34B6D356.7966@bythehand.net>; from Bernard J. Courtney on Fri, Jan 09, 1998 at 08:48:06PM -0500
References:  <34B6D356.7966@bythehand.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 09, 1998 at 08:48:06PM -0500, 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

Try setting the following in /etc/sysconfig to ensure sendmail doesn't
get launched during start up.

   sendmail_flags="NO"

To stop sendmail, try

   kill `head -1 /var/run/sendmail.pid`
-- 
Regards,
Norman C. Rice, Jr.



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