From owner-freebsd-questions@FreeBSD.ORG Thu Aug 9 20:28:51 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 2350416A41B for ; Thu, 9 Aug 2007 20:28:51 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by mx1.freebsd.org (Postfix) with ESMTP id D668513C45A for ; Thu, 9 Aug 2007 20:28:50 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from elgert.dk (0x573c4c16.nivaanqu1.broadband.tele.dk [87.60.76.22]) by pfepb.post.tele.dk (Postfix) with SMTP id 0CB82A50035 for ; Thu, 9 Aug 2007 22:28:47 +0200 (CEST) Received: by elgert.dk (sSMTP sendmail emulation); Thu, 9 Aug 2007 22:28:49 +0200 Date: Thu, 9 Aug 2007 22:28:49 +0200 From: Harry Jensen To: freebsd-questions@FreeBSD.org Message-ID: <20070809202849.GA915@mugin.localhost> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <46BB71BA.9090908@123.com.sv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46BB71BA.9090908@123.com.sv> User-Agent: Mutt/1.4.2.3i Cc: 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: Thu, 09 Aug 2007 20:28:51 -0000 On Thu, Aug 09, 2007 at 01:57:46PM -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, I don't know portinstall, but you can go into the directory /usr/ports/mail/postfix and simply "make configure". I had same question one week ago, for another port, but anyway, it just worked. By the way, I'm using portmanager, and some times just "make install". Brgds Harry