From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 22:03:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB1F106566B for ; Mon, 3 Mar 2008 22:03:10 +0000 (UTC) (envelope-from fcondo@quinn.com) Received: from sushi.quinn.com (sushi.quinn.com [216.27.181.95]) by mx1.freebsd.org (Postfix) with ESMTP id 3EE558FC20 for ; Mon, 3 Mar 2008 22:03:10 +0000 (UTC) (envelope-from fcondo@quinn.com) Received: from [10.0.0.2] (adsl-76-200-172-30.dsl.pltn13.sbcglobal.net [76.200.172.30]) (authenticated bits=0) by sushi.quinn.com (8.14.2/8.14.2) with ESMTP id m23LSsmv045417 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 3 Mar 2008 13:28:57 -0800 (PST) (envelope-from fcondo@quinn.com) Message-Id: <900730F1-A2B3-4C06-84BA-FC6BDE9BD66C@quinn.com> From: Fred Condo To: Ezat In-Reply-To: <47CA8809.7050905@optusnet.com.au> Content-Type: multipart/signed; boundary=Apple-Mail-11-786747372; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 3 Mar 2008 13:28:50 -0800 References: <47CA8809.7050905@optusnet.com.au> X-Mailer: Apple Mail (2.919.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Postfix port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 22:03:10 -0000 --Apple-Mail-11-786747372 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit This is due to these lines in the Makefile (with line numbers): 187 .if defined(WITH_VDA) 188 IGNORE= Waiting for a new patch that's work with 2.5.1 189 PATCH_SITES+= http://vda.sourceforge.net/VDA/ 190 PATCHFILES+= postfix-2.4.5-vda-ng.patch.gz 191 PATCH_DIST_STRIP= -p1 192 .endif make config would enable you to turn off virtual delivery agent. I'm not a postfix expert, but I believe VDA is only needed if you run virtual domains. fred On Mar 2, 2008, at 2:57 AM, Ezat wrote: > > Hello all, > Not sure if correct list for this. > Trying to install postfix today and came across this issue. > ===> postfix-2.5.1_1,1 Waiting for a new patch that's work with > 2.5.1. > *** Error code 1 > Stop in /usr/ports/mail/postfix. > Anyone have same issue? > ezat > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org > " > --Apple-Mail-11-786747372--