Comment 8 for bug 11887

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 15 Jan 2005 01:43:52 +0100
From: Cedric Blancher <email address hidden>
To: Sebastien Bacher <email address hidden>, <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Bug#290291: evolution: Evolution does not authenticate using
 MD5 methods (DIGEST/CRAM) and remains plaintext

Le jeudi 13 janvier 2005 =E0 17:48 +0100, Sebastien Bacher a =E9crit :
> evolution has not changed for one month. Did you already had the 2.0.3
> version before yesterday ? Do you remember the package you have
> updated ? What kind of error do you get exactly ?=20
> Could you run it with CAMEL_DEBUG=3Dall set and attach the log here
> (remove the personnal details if you have some in the log) ?

I don't know what went wrong with my Evolution theses last days, but got
something wierd. However, I could find this bug that fits my situation :

 http://bugzilla.ximian.com/show_bug.cgi?id=3D70535

Authentication Type not being stored correctly in account config

Solution : manually edit ~/.gconf/apps/evolution/mail/%gconf.xml

It works ! So, this what has to be done :

 1. shutdown Evolution: "evolution --force-shutdown"
 2. shutdown gconfd: "gconftool-2 --shutdown"
 3. edit ~/.gconf/apps/evolution/mail/%gconf.xml
 4. Change [protocol]://[USER]@ to [protocol]://[USER];auth=3D[Auth]@
     under <source> (and <transport> if your server requires authentication
     for sending)
 5. Start evolution (gconfd will restart automatically)

Auth in step 4 being Basic, NTLM, DIGEST-MD5 or CRAM-DM5...

--=20