Subject: Re: Sendmail/SASL/Crypt issue
To: None <adrianp@stindustries.net>
From: Jean-Luc Wasmer <port-i386@NetBSD.org>
List: port-i386
Date: 10/10/2003 15:01:48
> > I'm trying to configure a Sendmail server that sends mail outbound using
> > TLS/Login authentication.
(...)
> > when I start up
> > sendmail and connect, its only advertising CRAM-MD5.  I have the
> > TrustAuthMech and AuthMechanisms set to LOGIN PLAIN, and for testing
> > purposes have made sure that AuthOptions does not include the p flag.

Did you compile SASL with LOGIN?

Add this line in the SASL Makefile:

CONFIGURE_ARGS+=        --enable-login          # LOGIN


JL