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

2001-04-04 Thread Wayne F Davis
I did export it and i ran evolution from a gnome-terminal but I don't see any smtp debugging... just stuff while booting like: Folder registered successfully... etc. What I am doing wrong? Thanks, Wayne > On 04 Apr 2001 16:31:13 -0400, Wayne F Davis wrote: > > Hi, > > > > I tried that but had

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

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

2001-04-04 Thread Jeffrey Stedfast
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. Jeff On 04 Apr 2001 01:04:18 -0400, Wayne F Davis wrote: > Hi, > > I'm having a problem connectin

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

2001-04-04 Thread Not Zed
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) On 04 Apr 2001 09:33:01 +0200, Xavier Bestel wrote: > > Le 2001.04.04 07:04:18 +0200, Wayne F Davis a écrit : > > Hi, > > > > I'm ha

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

2001-04-04 Thread Wayne F Davis
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

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

2001-04-04 Thread Xavier Bestel
Le 2001.04.04 07:04:18 +0200, Wayne F Davis a écrit : > Hi, > > I'm having a problem connecting to a server via smtp auth. How can I > debug the communication with the smtp server? > > Thanks. Use ethereal (or another network sniffer) to spy the wire. Or alternatively you could make a sniffin

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

2001-04-05 Thread Wayne F Davis
Hi, I'm still experiencing this problem with the latest cvs build and would like to try to help solve it. How can I go about debugging the smtp auth information? Thanks, Wayne On Wed, 4 Apr 2001, Wayne F Davis wrote: > I did export it and i ran evolution from a gnome-terminal but I don't see

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

2001-04-10 Thread Dan Winship
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 w

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-a

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

2001-04-11 Thread Jeffrey Stedfast
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

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

2001-04-10 Thread Not Zed
On 10 Apr 2001 23:19:25 +0500, Dan Winship wrote: > 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-im

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-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 wor