Comment 16 for bug 209438

Revision history for this message
JasonBoissiere (jason-boissiere-gmail) wrote :

I hit this problem, or something very similar, immediately after changing my domain password. This discussion on the ubuntu forums proved useful to me;
http://ge.ubuntuforums.com/showthread.php?t=866735
Particularly the 7th entry talking about duplicated usernames in the OWA URL. I ran "EDK_DEBUG=5 evolution" and confirmed the same malformed URL in my output. Something like;
GET exchange/USERNAME/USERNAME HTTP/1.1
at the very start of the debug output.
Then "gconftool-2 --shutdown && evolution --force-shutdown" followed by editing ~/.gconf/apps/evolution/mail/%gconf.xml to change the "exchange/USERNAME" entries (I had 2) into plain "exchange" has resolved my problem. I'm now authenticating with exchange again.
Looks like evolution is duplicating the username when it builds the OWA URL, for some reason.