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
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