Subject: Sendmail AUTH LOGIN not showing up
To: None <tech-pkg@NetBSD.org>
From: John Maier <jmaier@midamerica.net>
List: tech-pkg
Date: 11/04/2003 08:04:24
I am setting up sendmail (built from latest pkgsrc) to allow logins, which
is working beautifully from Netscape7.

Outlook Express requires AUTH LOGIN to login.

I set up my .mc file with:

define(`confAUTH_OPTIONS',`A')dnl
define(`confAUTH_MECHANISMS',`LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl

and still EHLO shows:
250-AUTH PLAIN

I upped my loglevel to 25 and see:
AUTH: available mech=ANONYMOUS PLAIN OTP DIGEST-MD5 CRAM-MD5, allowed
mech=LOGIN PLAIN

So how do I turn on/build LOGIN as an authentication method?

jam