From owner-freebsd-ports@FreeBSD.ORG Tue Mar 29 23:57:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2A116A4CE for ; Tue, 29 Mar 2005 23:57:32 +0000 (GMT) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4B043D41 for ; Tue, 29 Mar 2005 23:57:31 +0000 (GMT) (envelope-from lefty@ene.asda.gr) Received: by ene.asda.gr (Postfix, from userid 127) id A12AC11434; Wed, 30 Mar 2005 02:57:29 +0300 (EEST) Received: from ene.asda.gr (lefty.ene.asda.gr [193.92.118.162]) (using SSLv3 with cipher RC4-MD5 (128/128 bits))OK)) by ene.asda.gr (Postfix) with ESMTP id 2FAC811414 for ; Wed, 30 Mar 2005 02:57:26 +0300 (EEST) Message-ID: <4249EB65.96F2E6DC@ene.asda.gr> Date: Wed, 30 Mar 2005 02:57:25 +0300 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on ene.asda.gr Subject: libspf2 breaks Postfix under FreeBSD4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 23:57:32 -0000 When postfix 2.2 is compiled with libspf2 support these are the errors I am getting: postfix/pipe[12943]: fatal: invalid option: ? postfix/master[12919]: warning: process /usr/local/libexec/postfix/pipe pid 12943 exit status 1 postfix/master[12919]: warning: /usr/local/libexec/postfix/pipe: bad command startup -- throttling Without SPF everything seems to work OK. This only happens with FreeBSD4. FreeBSD5 seems to work OK with SPF included. Any ideas?