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