Re: SMTP AUTH SASL

2002-05-22 Thread Anand Buddhdev
On Tue, May 21, 2002 at 06:47:07PM -0700, Gordon Messmer wrote: > > define(`confAUTH_OPTIONS', `A')dnl > > TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl > > define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl > > > > This works just fine and authenticates a user against a

Re: SMTP AUTH SASL

2002-05-21 Thread Gordon Messmer
On Tue, 2002-05-21 at 06:35, Bradley Glonka wrote: > define(`confAUTH_OPTIONS', `A')dnl > TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl > define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl > > This works just fine and authenticates a user against a system account. > > Ca

SMTP AUTH SASL

2002-05-21 Thread Bradley Glonka
Red Hat has made it pretty easy to setup sendmail for SMTP AUTH. >From the sendmail.mc file: define(`confAUTH_OPTIONS', `A')dnl TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl This works just fine and authenticates a user