From owner-freebsd-questions@FreeBSD.ORG Wed Apr 26 23:04:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F156316A400 for ; Wed, 26 Apr 2006 23:04:55 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CAA543D46 for ; Wed, 26 Apr 2006 23:04:55 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id 4C25E818E77 for ; Thu, 27 Apr 2006 01:04:51 +0200 (CEST) Message-ID: <444FFC8F.90402@intersonic.se> Date: Thu, 27 Apr 2006 01:04:47 +0200 From: Per olof Ljungmark User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: postfix with OpenLDAP 2.3 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: Wed, 26 Apr 2006 23:04:56 -0000 Hi, When I try to install postfix from ports (postfix or postfix-current) with LDAP lookups I get: [tw] /usr/ports/mail/postfix-current# make WITH_OPENLDAP_VER=2.3.21 ===> postfix-2.3.20060418,2 is marked as broken: unknown OpenLDAP version: 2.3.21. *** Error code 1 Stop in /usr/ports/mail/postfix-current. I've got: openldap-sasl-client-2.3.21 openldap-server-2.3.21 How can I make postfix build with this version of OpenLDAP? It wants 2.2... Thanks