From owner-freebsd-stable Mon Apr 15 4: 3:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id BB15537B404 for ; Mon, 15 Apr 2002 04:03:24 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.6/8.11.6) with ESMTP id g3FB3N103470 for ; Mon, 15 Apr 2002 13:03:23 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id NAA07035 for ; Mon, 15 Apr 2002 13:03:22 +0200 (CEST) Received: (qmail 1141 invoked by uid 1001); 15 Apr 2002 11:03:22 -0000 Date: Mon, 15 Apr 2002 13:03:21 +0200 From: Erik Trulsson To: Kai Voigt Cc: Rasputin , stable@freebsd.org Subject: Re: killing sendmail on boot Message-ID: <20020415110321.GA1132@student.uu.se> Mail-Followup-To: Kai Voigt , Rasputin , stable@freebsd.org References: <20020415114859.A3125@shikima.mine.nu> <20020415125320.Y79455@abc.123.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020415125320.Y79455@abc.123.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Apr 15, 2002 at 12:53:20PM +0200, Kai Voigt wrote: > Rasputin wrote: > > > > Right, what do I need to specify in rc.conf to > > stop sendmail completely? > > > > I have: > > > > sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO). > > #sendmail_outbound_enable="NO" # Dequeue stuck mail (YES/NO). > > #sendmail_msp_queue_enable="NO" # Dequeue stuck clientmqueue mail (YES/NO). > > #sendmail_submit_enable="NO" # Start a localhost-only MTA for mail submission > > > > Do I need to uncomment anything else? This is a buttload of noise for > > a service I don't have installed (not that I want to resurrect *that* thread). > > Take a look into /etc/rc > > case ${sendmail_enable} in > [Yy][Ee][Ss]) > echo -n ' sendmail' > /usr/sbin/sendmail ${sendmail_flags} > ;; > *) > case ${sendmail_outbound_enable} in > [Yy][Ee][Ss]) > echo -n ' sendmail' > /usr/sbin/sendmail ${sendmail_outbound_flags} > ;; > esac > ;; > esac > > So, set both sendmail_enable and sendmail_outbound_enable to NO to > completely disable any call to sendmail. Except that this has been changed since you updated your source last. Please cvsup and look again. sendmail_enable="NONE" will completely stop sendmail from starting in the latest -STABLE. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message