Re: [Evolution] Cannot initialize the Evolution shell bug

2001-05-14 Thread Wayne F Davis

> On 14 May 2001 21:27:33 -0400, Wayne F Davis wrote:
> > Hi,
> >
> > I'm running the latest gal, gtkhtml, evolution from anoncvs.  I have
> > orbit-stable-0-5 from anoncvs.
> >
> > When starting evolution, i get a dialog box that says: Cannot initialize
> > the Evolution shell.  If i delete ~/evolution and startup evolution, it
> > says it's my first time running evo and then after a dialog I end up at
> > the same error.  --debug doesn't seem to help.
> >
> > Anyone have any ideas on what's going on with this bug?
>
> Tools->Mail Settings->Edit->Special Folders
>
> Point the "Drafts" and "Sent Items" to the folders under Evolution
> for "Drafts" and "Sent Items".

I can't even get to the menus to do that.  How would I do that in the
config files?

> Evo sometimes seems to forget that those folders are there, so you have
> to explicitly tell it where they are.


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



[Evolution] Cannot initialize the Evolution shell bug

2001-05-14 Thread Wayne F Davis

Hi,

I'm running the latest gal, gtkhtml, evolution from anoncvs.  I have
orbit-stable-0-5 from anoncvs.

When starting evolution, i get a dialog box that says: Cannot initialize
the Evolution shell.  If i delete ~/evolution and startup evolution, it
says it's my first time running evo and then after a dialog I end up at
the same error.  --debug doesn't seem to help.

Anyone have any ideas on what's going on with this bug?

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

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

-- 
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-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 to the SMTP/IMAP communication.

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] smtp auth problem - how to debug?

2001-04-03 Thread Wayne F Davis

Hi,

I'm having a problem connecting to a server via smtp auth.  How can I
debug the communication with the smtp server?

Thanks.

-- 
Wayne Davis - [EMAIL PROTECTED] - PGP Key Available


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