From owner-freebsd-questions@FreeBSD.ORG Fri May 30 18:40:44 2003 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 96B8A37B401 for ; Fri, 30 May 2003 18:40:44 -0700 (PDT) Received: from quince.gotdns.com (adsl-65-43-34-6.dsl.lgtpmi.ameritech.net [65.43.34.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEC243F3F for ; Fri, 30 May 2003 18:40:43 -0700 (PDT) (envelope-from sdevine@dev-deuce.gotdns.com) Received: from dev-deuce.gotdns.com (adsl-65-43-34-6.dsl.lgtpmi.ameritech.net [65.43.34.6]) by quince.gotdns.com (8.12.6/8.12.6) with SMTP id h4V1fToK013111 for ; Fri, 30 May 2003 21:41:29 -0400 (EDT) (envelope-from sdevine@dev-deuce.gotdns.com) Received: from 35.8.1.151 (SquirrelMail authenticated user sdevine) by dev-deuce.gotdns.com with HTTP; Fri, 30 May 2003 21:41:29 -0400 (EDT) Message-ID: <48451.35.8.1.151.1054345289.squirrel@dev-deuce.gotdns.com> Date: Fri, 30 May 2003 21:41:29 -0400 (EDT) From: "Steve Devine" To: freebsd-questions@FreeBSD.ORG User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Sendmail & cyrus-sasl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 01:40:44 -0000 Sorry if this is off topic but I have Googled all day with no luck. Using Freebsd 5.0 I installed Sendmail-sasl from ports and regardless of what I do I cant get it to auth out of the /etc/passwd. I am trying to use PLAIN LOGIN (with starttls) Sendmail stuff in sendmail.cf : C{TrustAuthMech}GSSAPI LOGIN DIGEST-MD5 PLAIN O AuthMechanisms=GSSAPI LOGIN DIGEST-MD5 PLAIN Sendmail.conf #This works but I have to put every one into sasldb: pwcheck_method: auxprop auxprop_plugin: sasldb # I want to do this ( could do it with sasl 1,xxx) pwcheck_method: passwd Any thoughts ? Thanks Steve Devine