[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Debian sarge + sendmail + sasl2 + auth login problem



> -----Original Message-----
> From: Richard A Nelson [mailto:cowboy@debian.org] 
> Sent: Tuesday, 14 June 2005 4:03 PM
> To: Tim Warnock
> Cc: debian-isp@lists.debian.org
> Subject: Re: Debian sarge + sendmail + sasl2 + auth login problem
> 
> On Fri, 10 Jun 2005, Tim Warnock wrote:
> 
> what is in /etc/mail/sasl/Sendmail.conf.2 ?
> 
> I have the following:
>  	auto_transition: true
>  	pwcheck_method: auxprop saslauthd
>  	auxprop_plugin: sasldb
>  	allowanonymouslogin: 0
>  	allowplaintext: 1
>  	mech_list: EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
> 
> That setup will allow SASL to convert and answer the encrypted
> passwords, and fall-back to PAM for plain/login.
> 

There was the problem then, mine just had two lines, the rest were
commented out.

Ive put in there now (and it works):

auto_transition: false
pwcheck_method: saslauthd
allowanonymouslogin: 0
allowplaintext: 1
mech_list: EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN

Thanks for pointing me in the right direction.



Reply to: