Re: imapd: authentication problems on imapd-2002d

2003-08-03 Thread Kevin Camera
OK, I've fixed CRAM-MD5 authentication as well, using an almost identical fix as for plaintext, but in another area of the code. For MD5 authentication, the actual call to authenticate starts in auth_md5_server() in src/c-client/auth_md5.c. If the challenge/response hashing function succeeds

Re: imapd: authentication problems on imapd-2002d

2003-08-03 Thread Kevin Camera
Hi Abe et. al., An update on my IMAP problems. I've done some heavy debugging and fixed one problem, with one more to go. It turned out the reason my encrypted plaintext logins were failing was due to some code in the server_login() function in src/osdep/unix/env_unix.c. I am using the /etc/