From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 19:44:24 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 C3AD016A417 for ; Thu, 10 Jan 2008 19:44:24 +0000 (UTC) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (accord.grasslake.net [209.98.56.21]) by mx1.freebsd.org (Postfix) with ESMTP id 6777813C45D for ; Thu, 10 Jan 2008 19:44:24 +0000 (UTC) (envelope-from swb@grasslake.net) Received: from [192.168.1.44] (quattro.grasslake.net [192.168.1.44]) by accord.grasslake.net (8.13.8/8.13.8) with ESMTP id m0AJfogX058066 for ; Thu, 10 Jan 2008 13:41:51 -0600 (CST) (envelope-from swb@grasslake.net) Message-ID: <47867597.2070800@grasslake.net> Date: Thu, 10 Jan 2008 13:44:23 -0600 From: Shawn Barnhart Organization: Managed Chaos User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 CC: FreeBSD References: <478583BF.6090406@grasslake.net> <20080110064345.GF70027@roo.7f000001.org> In-Reply-To: <20080110064345.GF70027@roo.7f000001.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Postfix with Cyrus SASL 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, 10 Jan 2008 19:44:24 -0000 Michal F. Hanula wrote: > Your postfix is trying to use saslauthd, which usually listens on > /var/run/saslauthd/mux. The right way to fix this depends on whether > you want to use saslauthd and the place you store your e-mail user data. > I want authentication against /etc/passwd (ultimately), not using sasldb2.db. There is no /var/run/saslauthd/mux, and saslauthd doesn't appear installed -- I'm getting the impression that selecting "Cyrus-SASL" in the make config dialog box for the Postfix port doesn't completely install cyrus-sasl components. I'm guessing the solution is to completely install the cyrus-sasl2 port to enable the use of saslauthd. Yes? Or am I way off?