From owner-freebsd-stable Thu May 17 13:24:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 886DC37B42C for ; Thu, 17 May 2001 13:24:07 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.4.Beta1/8.11.4.Beta1) id f4HKO3331720; Thu, 17 May 2001 13:24:03 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15108.13155.420447.682574@horsey.gshapiro.net> Date: Thu, 17 May 2001 13:24:03 -0700 From: Gregory Neil Shapiro To: art@pilikia.net Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Sendmail AUTH In-Reply-To: <200105171004270570.1406B14A@smtp> References: <200105171004270570.1406B14A@smtp> X-Mailer: VM 6.92 under 21.5 (beta1) "anise" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG art> dnl set SASL options art> TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5')dnl art> define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5')dnl art> define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl art> What gives? Obviously I'm missing some piece of the puzzle. Does someone art> else who's been through this excersize before know what's going on? At first glance, I would guess you haven't configured SASL itself. Did you create /usr/local/lib/sasl/Sendmail.conf? Did you create accounts with saslpasswd? If you've done both of those and it still doesn't work, check the safety of the files (is the sasldb password file world readable?). `sendmail -d44.4 -bs` might give you a clue. More debugging help is at: http://www.sendmail.org/~ca/email/auth.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message