So it's looking to me like your SMTP server isn't correctly configured
to handle SASL authentication?

Error code 500 means that the syntax is invalid, that seems pretty odd
to me especially seeing as how Evolution did respond with a
syntactically correct response.

Does CRAM-MD5 or DIGEST-MD5 work at all for other mailers?

Jeff

On 11 Apr 2001 20:59:08 -0400, Wayne F Davis wrote:
> Here you go... it's challenge/response so my password isn't in there, you
> are correct... my bad.
> 
> sending : EHLO [192.168.0.165]
> received: 250-heyday.seas.upenn.edu Hello rarya-dsl-gw.dca.net
> [216.158.45.26], pleased to meet you
> received: 250-ENHANCEDSTATUSCODES
> received: 250-EXPN
> received: 250-VERB
> received: 250-8BITMIME
> This server supports 8bit MIME
> received: 250-SIZE 20971520
> received: 250-DSN
> received: 250-ONEX
> received: 250-ETRN
> received: 250-XUSR
> received: 250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
> received: 250 HELP
> sending : AUTH CRAM-MD5
> received: 334 PDMxODE3MDU4NjguMTM5NTg1NzJAaGV5ZGF5LnNlYXMudXBlbm4uZWR1Pg==
> sending : d2ZkYXZpcyA4ZWUyMjYzNWY1MWFmOWU1Yjk2Mzg4NWRhNmM5YzNjZQ==
> received: 500 5.7.0 authentication failed
> 
> 
> > You'll need to give me more information to debug this. I've tested the
> > code and it works fine for me. Also, your password is not in either of
> > the strings you removed, but whatever. I'll need at least challenge from
> > the server.
> > 
> > Jeff
> > 
> > On 10 Apr 2001 17:04:05 -0400, Wayne F Davis wrote:
> > > > There's a new-and-improved easy way to do this, which is to just start
> > > > evolution with "evolution --debug /tmp/evolution.out" (or whatever for
> > > > the filename).
> > > 
> > > Thanks...  here is the communication:
> > > 
> > > sending : EHLO [192.168.0.165]
> > > received: 250-heyday.seas.upenn.edu Hello rarya-dsl-gw.dca.net
> > > [216.158.45.26], pleased to meet you
> > > received: 250-ENHANCEDSTATUSCODES
> > > received: 250-EXPN
> > > received: 250-VERB
> > > received: 250-8BITMIME
> > > This server supports 8bit MIME
> > > received: 250-SIZE 20971520
> > > received: 250-DSN
> > > received: 250-ONEX
> > > received: 250-ETRN
> > > received: 250-XUSR
> > > received: 250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
> > > received: 250 HELP
> > > sending : AUTH DIGEST-MD5
> > > received: 334 // string
> > > sending: //string
> > > received: 500 5.7.0 authentication failed
> > > sending : *
> > > received: 500 5.5.1 Command unrecognized: "*"
> > > sending : AUTH DIGEST-MD5
> > > received: 334 //string
> > > received: 500 5.7.0 authentication failed
> > > 
> > > ... etc.
> > > 
> > > I replaced the strings with //string because my password is in that string
> > > :).  I am using the correct password.
> > > 
> > > w
> > > 
> > > 
> > > 
> > > _______________________________________________
> > > evolution maillist  -  [EMAIL PROTECTED]
> > > http://lists.helixcode.com/mailman/listinfo/evolution
> > 
> > 
> > _______________________________________________
> > evolution maillist  -  [EMAIL PROTECTED]
> > http://lists.helixcode.com/mailman/listinfo/evolution
> > 
> 
> -- 
> Wayne Davis - [EMAIL PROTECTED] - PGP Key Available


_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution

Reply via email to