From owner-freebsd-questions@FreeBSD.ORG Mon Jan 3 22:13:08 2005 Return-Path: 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 8B67116A4CE for ; Mon, 3 Jan 2005 22:13:08 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235E43D2D for ; Mon, 3 Jan 2005 22:13:08 +0000 (GMT) (envelope-from artware@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so2357rne for ; Mon, 03 Jan 2005 14:13:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=RB8R6HmTZXk7h61v05/JYQHkYjz5k698G2foFS+QZNdg7nZBY5Bfpe7ZOFdtBQPfHv+oMLrU6Kjf77TPC9EEkkYrGB2ILDXZpe0IyhPN/2+HQ1OtjX41QPn7Tiix25NtNFoBVEdjIHBq4ErySft1MCzWQ2H+FzGHvTzRsQO1DbU= Received: by 10.38.11.31 with SMTP id 31mr5766rnk; Mon, 03 Jan 2005 14:13:05 -0800 (PST) Received: by 10.38.65.13 with HTTP; Mon, 3 Jan 2005 14:13:05 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2005 16:13:05 -0600 From: artware To: freebsd-questions@freebsd.org In-Reply-To: <41D9BE54.4020903@intersonic.se> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41D9BE54.4020903@intersonic.se> Subject: Postfix + SASL issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: artware List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 22:13:08 -0000 Hello, I seem to be having some issue with saslauthd and postfix on 5.3-R... When I try to send mail out, it fails, and puts this in /var/log/maillog: Jan 4 05:56:17 n00330 postfix/smtpd[8103]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory Jan 4 05:56:17 n00330 postfix/smtpd[8103]: warning: SASL authentication failure: Password verification failed It's weird, because it was working before, and then I tweaked something, and it broke. I've recompiled postfix and cyrus-sasl2-saslauthd, to no avail. Make a make deinstall broke something along the way? I don't even know what to suspect. I think it might be a permissions issue, since saslauthd is running -- but I can't be sure. Does this sound familiar to anyone? - ben