[Pugged] php imap-2000.c - alternative authentications?

David Champion ciapug@ciapug.org
Wed, 19 Mar 2003 15:14:12 -0600


David Champion wrote:
> Has anyone here ever had to configure the php imap-2000.c library to use 
> a different authentication mechanism?
> 
> The default is cram-md5, I need to make it use "log" (aka LOGIN), so it 
> will talk to my updated cyrus imap server.
> 
> I found where you can specify the "log" method in the imap-2000.c 
> Makefile... just getting some errors when I'm building it.
> 

Figured it out... the cyrus config has an option to specify what 
mechanisms it "advertises", so the imap client will only try the ones 
that are listed. I'm sure you were all dying to know that.

-dc