From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 17:50:03 2007 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 12AEF16A417 for ; Fri, 10 Aug 2007 17:50:03 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.freebsd.org (Postfix) with ESMTP id 89B6813C480 for ; Fri, 10 Aug 2007 17:50:02 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: (qmail 20766 invoked from network); 10 Aug 2007 17:48:36 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 10 Aug 2007 17:48:36 -0000 Message-ID: <46BCA74A.3060202@123.com.sv> Date: Fri, 10 Aug 2007 11:58:34 -0600 From: Miguel User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <46BB71BA.9090908@123.com.sv> <200708092026.l79KQbD4022971@smtpclu-5.eunet.yu> In-Reply-To: <200708092026.l79KQbD4022971@smtpclu-5.eunet.yu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@FreeBSD.org Subject: Re: reconfigure a port after install 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: Fri, 10 Aug 2007 17:50:03 -0000 Nikola Lecic escribió: > On Thu, 09 Aug 2007 13:57:46 -0600 > Miguel wrote: > > >> Hi, i have installed postfix + sasl2 support, so far so good but now >> i want to enable mysql auth and sasl2 was not compiled with mysql >> support, i tried desinstalling it but it claims postfix depends on >> it, so how do i add mysql support to the installed sasl2 port? >> Im using portinstall btw, >> thanks >> > > Hello, > > First change sasl options, then forcefully recompile it with depending > ports. Asuming you've chosen SASL2 option for Postfix: > > # cd /usr/ports/security/cyrus-sasl2 > # make config > [choose MYSQL option] > # portupgrade -f -r cyrus-sasl2 > > Nikola Lečić > Thanks Nikola, it made the trick, Regards