From owner-freebsd-current@FreeBSD.ORG Sun Apr 16 00:26:26 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 818F316A401 for ; Sun, 16 Apr 2006 00:26:26 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx1.orcon.net.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29B643D45 for ; Sun, 16 Apr 2006 00:26:25 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received-SPF: none Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx1.orcon.net.nz (8.13.6/8.13.6/Debian-1) with SMTP id k3G0R9iO002028; Sun, 16 Apr 2006 12:27:10 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 1D7EC1CC37; Sun, 16 Apr 2006 12:26:17 +1200 (NZST) Date: Sun, 16 Apr 2006 12:26:16 +1200 From: Andrew Thompson To: Thomas Vogt Message-ID: <20060416002616.GC56603@heff.fud.org.nz> Mail-Followup-To: Andrew Thompson , Thomas Vogt , current@freebsd.org References: <20060415231724.BE7D545083@ptavv.es.net> <4A234C75-451D-42ED-8E06-EC0E89AE44CC@bsdunix.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A234C75-451D-42ED-8E06-EC0E89AE44CC@bsdunix.ch> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on dbmail-mx1.orcon.net.nz X-Virus-Status: Clean Cc: current@freebsd.org Subject: Re: tinderbox mail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 00:26:26 -0000 On Sun, Apr 16, 2006 at 02:05:00AM +0200, Thomas Vogt wrote: > Am 16.04.2006 um 01:17 schrieb Kevin Oberman: > >The box was running 6.1-BETA from March 13 and Postfix 2.2.10 and uses > >TLS. The one unusual thing about the system is that it receives mail > >from our organizational server via IPv6 only. > > > >Smells a bit like a timing issue in the rc code, but I really am only > >guessing. > > I can confirm this behavior also for 5.4 machines (postfix-2.2.5,1). > On some of my server postfix does not start after a reboot on other > it does start. All server are identical in software releases except > hardware. Are you using the right startup method? /usr/ports/UPDATING: 20060112: AFFECTS: users of mail/postfix, mail/postfix1, mail/postfix21, mail/postfix-current AUTHOR: mnag@FreeBSD.org Now all postfix ports use rcNG script to startup. If you have any file in etc/rc.d directory linked to sbin/postfix, please remove. Do not forget to add 'postfix_enable="YES"' in your rc.conf Andrew