Re: [Evolution] smtp auth problem - how to debug?

2001-04-12 Thread Jeffrey Stedfast

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



Re: [Evolution] smtp auth problem - how to debug?

2001-04-11 Thread Xavier Bestel


Le 2001.04.10 20:19:25 +0200, Dan Winship a crit :
 On 04 Apr 2001 22:46:41 +0930, Not Zed wrote:
  Also just try setting CAMEL_VERBOSE_DEBUG=1 in your environment from
 the
  shell you execute evolution-mail in (or rather, do it this way, before
  running evolution)
 
 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).
 
 (I guess this answers the question of whether or not anyone reads anyone
 else's weekly status reports on the hackers list :-)

Could we have these status reports cross-posted here please ?

Xav

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



Re: [Evolution] smtp auth problem - how to debug?

2001-04-10 Thread Wayne F Davis

 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



Re: [Evolution] smtp auth problem - how to debug?

2001-04-10 Thread Michael Leone

 On 04 Apr 2001 22:46:41 +0930, Not Zed wrote:
  Also just try setting CAMEL_VERBOSE_DEBUG=1 in your environment from the
  shell you execute evolution-mail in (or rather, do it this way, before
  running evolution)

 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).

 (I guess this answers the question of whether or not anyone reads anyone
 else's weekly status reports on the hackers list :-)

Is that available in the nightly snapshots, or only in the CVS code?



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



Re: [Evolution] smtp auth problem - how to debug?

2001-04-04 Thread Not Zed

On 04 Apr 2001 16:31:13 -0400, Wayne F Davis wrote:
 Hi,
 
 I tried that but had a few problems.  First, to make sure I had the env
 var correct:
 [wayne@zero]~$ printenv CAMEL_VERBOSE_DEBUG
 1
 
 Then, I tried to run evolution mail via command line.  However, it never
 actually spawned a window so I just ran evolution.  I never saw any
 information relating to the SMTP/IMAP communication.


Thats correct, you need to run evolution separately.

Did you export it too?  as in
export CAMEL_VERBOSE_DEBUG=1
Then run it from that terminal of course.

 On a related note, here's the info from the server log file:
 Apr 3 21:47:16 HEYDAY.SEAS.UPENN.EDU sendmail[6328]: NOQUEUE: 
 rarya-dsl-gw.dca.net [216.158.45.26] did not issue MAIL/EXPN/VRFY/ETRN
 during connection to MTA
 Apr 3 22:21:47 HEYDAY.SEAS.UPENN.EDU sendmail[6624]: NOQUEUE:
 rarya-dsl-gw.dca.net [216.158.45.26] did not issue MAIL/EXPN/VRFY/ETRN
 during connection to MTA
 
 Thanks,
 Wayne
 
  You'll need to run evolution-mail in a terminal by itself after an
  `export CAMEL_VERBOSE_DEBUG=1`. Wait ~5 seconds or so after starting
  evolution-mail before starting evolution in another terminal.
 
   Hi,
   
   I'm having a problem connecting to a server via smtp auth.  How can I
   debug the communication with the smtp server?
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.helixcode.com/mailman/listinfo/evolution


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