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

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

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

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

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