From owner-freebsd-stable@FreeBSD.ORG Sat Jan 7 17:32:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFECD16A41F for ; Sat, 7 Jan 2006 17:32:42 +0000 (GMT) (envelope-from neo@timp.be) Received: from lns-bzn-49f-81-56-172-124.adsl.proxad.net (lns-bzn-49f-81-56-172-124.adsl.proxad.net [81.56.172.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4278843D45 for ; Sat, 7 Jan 2006 17:32:41 +0000 (GMT) (envelope-from neo@timp.be) Received: by neo.timp.be (Postfix, from userid 1000) id 0B0E5C136; Thu, 5 Jan 2006 16:02:53 +0100 (CET) Date: Thu, 5 Jan 2006 16:02:53 +0100 From: Neo To: freebsd-stable@freebsd.org Message-ID: <20060105150253.GA67715@neo.timp.be> References: <43BD2794.8020000@cnptia.embrapa.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43BD2794.8020000@cnptia.embrapa.br> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://www.timp.be/key.txt Subject: Re: Postfix and faststart X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2006 17:32:42 -0000 On Thu, Jan 05, 2006 at 12:05:08PM -0200, Carlos Fernando Assis Paniago wrote: > Hi: after the last cvsup, my FreeBSD 6.0, i386 is not capable to start > postfix. I'm using the link in the /usr/local/etc/rc.d/postfix.sh to > start the postfix program. Looking in the code, I saw that we need to > change this in a file in /usr/local/etc/postfix/postfix-script to have > the "faststart" flag.. Someone else find this problem? > > -- > Paniago > > -- > Carlos F. A. Paniago pan@cnptia.embrapa.br > http://www.cnptia.embrapa.br/ Fone: +55 (19) 3789-5815 Hello, You have probably merged the mailer.conf when you have done a new world. Look at /etc/mail/mailer.conf if its look like the following lines. # # Execute the Postfix sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail By the way, my postfix is started at boot in using rc.conf This starts sendmail with the -bd flag who launch postfix sendmail_enable="YES" sendmail_flags="-bd" These lines disables others sendmail daemons sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" If you want to start postfix after to be log in, just use "postfix start" I hope that help you. Sincerely yours, Ulrich Blondel