Re: Problem authenticating with pop3proxyd

2003-03-07 Thread Rob Siemborski
On Fri, 7 Mar 2003, Etienne Goyer wrote: > If I understand correctly, pop3proxyd will only attempt KERBEROS_V4 to > authenticate to the backend. Is that correct ? Unless you set _mechs: in imapd.conf, it will default to KERBEROS_V4 so if your backends are mail1.domain.com and mail2.domain.com

Re: Problem authenticating with pop3proxyd

2003-03-07 Thread Etienne Goyer
Hi again, I have been reading the source code of pop3proxyd this aftrenoon looking for the cause of my problem. I noticed the following in the function proxy_authenticate() of pop3proxyd.c (around line 1222) : --- /* we now do the actual SASL exchange */ r = sasl_client_start(backend_sas

Problem authenticating with pop3proxyd

2003-03-07 Thread Etienne Goyer
Hi, I have another problem with my Murder setup. So far, I have it working fine with a frontend, a backend and an MUPDATE server on separate machine for IMAP. All my server are configured to authenticate via saslauthd, which in turn is authenticating to LDAP. Here is the imapd.conf on the front