From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 16:08:37 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 1319B16A4CE for ; Thu, 18 Nov 2004 16:08:37 +0000 (GMT) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEB843D31 for ; Thu, 18 Nov 2004 16:08:36 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CUopo-00071p-7q; Thu, 18 Nov 2004 11:08:36 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Thu, 18 Nov 2004 10:08:51 -0600 User-Agent: KMail/1.6.2 References: <20041118023638.GA899@keyslapper.org> <20041118143150.GA3110@tyven.la3sg.net> <20041118154656.GC95896@keyslapper.org> In-Reply-To: <20041118154656.GC95896@keyslapper.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411181008.51942.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc64df058155e61ef1802cb5134f487f9d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Louis LeBlanc Subject: Re: postfix launch at system startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 16:08:37 -0000 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. > > Kjekk > > 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" Andrew Gould