From owner-freebsd-questions Fri Jan 9 18:44:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA11217 for questions-outgoing; Fri, 9 Jan 1998 18:44:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA11211 for ; Fri, 9 Jan 1998 18:44:41 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id SAA28923; Fri, 9 Jan 1998 18:44:28 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Fri, 9 Jan 1998 18:44:28 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: "Bernard J. Courtney" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail In-Reply-To: <34B6D356.7966@bythehand.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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, -qm 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 >