From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 02:49:16 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 7D69A16A418 for ; Thu, 10 Jan 2008 02:49:16 +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 34A3413C45B for ; Thu, 10 Jan 2008 02:49:16 +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 m0A2U1iT032002 for ; Wed, 9 Jan 2008 20:30:01 -0600 (CST) (envelope-from swb@grasslake.net) Message-ID: <478583BF.6090406@grasslake.net> Date: Wed, 09 Jan 2008 20:32:31 -0600 From: Shawn Barnhart Organization: Managed Chaos User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 02:49:16 -0000 I'm running a recently built 6.2 stable build (which uname calls 6.3-PRERELEASE) and Postfix built from ports with the Cyrus SASLv2 option. Postfix works fine, including TLS but SASAL authentication logs "file not found" errors. Jan 9 17:14:10 postfix postfix/smtpd[48488]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory Jan 9 17:14:10 postfix postfix/smtpd[48488]: warning: unknown[192.168.1.152]: SASL LOGIN authentication failed: generic failure I'm not sure which file or directory is missing. The docs on this are sketchy, most of what is listed is way out of date, and the most up to date docs, http://www.postfix.org/SASL_README.html isn't terribly platform specific. Its not entirely clear if I need other SASL components; the entire Cyrus SASL package appears installed.