From owner-freebsd-questions  Fri Mar 22  8:11:30 2002
Delivered-To: freebsd-questions@freebsd.org
Received: from blue.gerhardt-it.com (gw.gerhardt-it.com [204.83.38.103])
	by hub.freebsd.org (Postfix) with ESMTP id C921337B41D
	for <freebsd-questions@FreeBSD.ORG>; Fri, 22 Mar 2002 08:11:20 -0800 (PST)
Received: from git2000 (gw.gerhardt-it.com [204.83.38.103])
	by blue.gerhardt-it.com (Postfix) with SMTP id D804CFED1
	for <freebsd-questions@FreeBSD.ORG>; Fri, 22 Mar 2002 10:11:19 -0600 (CST)
From: "Scott Gerhardt" <scott@gerhardt-it.com>
To: "FreeBSD" <freebsd-questions@FreeBSD.ORG>
Subject: Postfix + Cyrus-SASL on FreeBSD
Date: Fri, 22 Mar 2002 10:13:24 -0600
Message-ID: <KPEMLBLEMPMHGLJOCDEGOEFLEFAA.scott@gerhardt-it.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Importance: Normal
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-questions.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions>
X-Loop: FreeBSD.ORG


I'm running Postfix 1.1.5 on FreeBSD 4.5-Release
Has anyone had success installing Cyrus-SASL to work with Postfix from
ports?

I followed all the HowTo's and Doc's I could find, but can't seem to get it
to work.
Postfix implements SASL authentication OK but fails at the point of
Username+Password exchange with client.

This is what I've done so far:

Postfix's main.cf

## SASL SMTP AUTH STUFF
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = YES
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks, check_relay_domains,
permit_sasl_authenticated

Added: pwcheck_method: saslauthd to /usr/local/lib/sasl/Sendmail.conf
I also tried pam and pwcheck.

What am I missing?



_________________________________

Scott Gerhardt, P.Geo.
Gerhardt Information Technologies
_________________________________


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message