Comment 7 for bug 11887

Revision history for this message
In , Cedric Blancher (blancher-cartel-securite) wrote : Re: Bug#290291: evolution: Evolution does not authenticate using MD5 methods (DIGEST/CRAM) and remains plaintext

Le jeudi 13 janvier 2005 à 17:48 +0100, Sebastien Bacher a écrit :
> 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 ?
> Could you run it with CAMEL_DEBUG=all 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=70535

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=[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...

--