Registered Member
|
Hi all.
Installed kde 4.2/Fedora 10 on my desktop today. Everything is working great except for kmail. The company I work for uses Exchange Server. I convinced the admin to enable IMAP, but I get the following error when I try to connect:
output of 'rpm -qa | grep sasl' is
Also of note is that evolution works fine. Any ideas would be greatly appreciated. Thanks in advance! |
Administrator
|
You may need to try other methods. KMail is usually capable of auto diagnosing what the server supports. You may also need to install Samba for NTLM support, but I'm not sure...
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi, I was facing the same problem and found this topic here. What I needed to do: first, check whether you have anything NTLM related in /usr/lib/sasl2 if not you have to either find an appropriate sasl package for your distribution or compile NTLM plugin from sources. I had to compile it. I noticed, by default it will not generate NTLM stuff, I had to enable it explicitly. The 2nd problem, I was not able to compile "digest" plugin so I disabled it (--disable-digest) as i don't need it and it's already in sasl2 dir. You can download sources here: http://asg.web.cmu.edu/sasl/sasl-library.html unpack tar ./configure --enable-ntlm make (as root) make install All libs are now in /usr/local/lib/sasl2, you can copy ntlm to /usr/lib/sasl2: cp /usr/local/lib/sasl2/ntlm* /usr/lib/sasl2 hope it helps regards |
Registered Member
|
!! SOLVED !! That worked perfectly. Thank you very much. I can't be the only one trying to get their kmail to integrate with Windoze exchange servers. It might be a good idea to get ntlm into the mainline distro? |
Registered users: Bing [Bot], Google [Bot]