From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 19:33:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2642816A4F2 for ; Thu, 18 Nov 2004 19:33:26 +0000 (GMT) Received: from tyven.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D2543D54 for ; Thu, 18 Nov 2004 19:33:25 +0000 (GMT) (envelope-from tyven@tyven.la3sg.net) Received: from tyven.la3sg.net (tyven@localhost.la3sg.net [127.0.0.1]) by tyven.la3sg.net (8.13.1/8.13.1) with ESMTP id iAIJXLdn004688; Thu, 18 Nov 2004 20:33:21 +0100 (CET) (envelope-from tyven@tyven.la3sg.net) Received: (from tyven@localhost) by tyven.la3sg.net (8.13.1/8.13.1/Submit) id iAIJXLKk004687; Thu, 18 Nov 2004 20:33:21 +0100 (CET) (envelope-from tyven) Date: Thu, 18 Nov 2004 20:33:21 +0100 From: Kjell Midtseter To: "Andrew L. Gould" Message-ID: <20041118193321.GC3110@tyven.la3sg.net> Mail-Followup-To: "Andrew L. Gould" , freebsd-questions@freebsd.org References: <20041118023638.GA899@keyslapper.org> <20041118143150.GA3110@tyven.la3sg.net> <20041118154656.GC95896@keyslapper.org> <200411181008.51942.algould@datawok.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411181008.51942.algould@datawok.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: postfix launch at system startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: junkmail@sensewave.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 19:33:26 -0000 On Thursday, 18 November 2004 at 10:08:51 -0600, Andrew L. Gould wrote: > On Thursday 18 November 2004 09:46 am, Louis LeBlanc wrote: > > On 11/18/04 03:31 PM, Kjell Midtseter sat at the `puter and typed: > > > When I later went through a cvsup/portupgrade sequence, I had to > > > answer "YES" to the question > > > "Would you like to activate Postfix in /etc/mail/mailer.conf [n]?" > > > If you answer "No" you will revert to sendmail. > > > Kjell > > > > I answered yes. Always do. > > > > Lou > > Answering yes results in changes /etc/mail/mailer.conf so that calls to > certain email executables will be mapped to postfix rather than > sendmail. I am (fairly) certain that it does _not_ make the necessary > changes to ensure that: > > 1) sendmail is not started at bootup > 2) postfix is started at bootup > 3) sendmail is not compiled during the next "make buildworld" I agree. But according to this part that has been 'snipper out' > At install, I specified postfix as the mta, and had it configured in > /etc/mail/mailer.conf. The /stand/sysinstall shell also added the > following to /etc/rc.conf: The three points should have been taken care of then Kjell > Andrew Gould