On Sun, Feb 19, 2006 at 08:47:07PM +0100, Yves Goergen wrote: > Okay, to be clear, this is what I did: > > Downloaded courier-authlib 0.58 and called: > >./configure \ > > --prefix=/usr/courier \ > > --with-mailuser=mail \ > > --with-mailgroup=mail \ > > --without-authpwd \ > > --without-authshadow \ > > --without-authpam \ > > --with-authcram \ > > --without-authvchkpw \ > > --without-authldap \ > > --without-authpgsql \ > > --without-authuserdb \ > > --without-authcustom \ > > --without-authpipe \ > > --with-authmysql
Now, again, show the debug output from (a) when you start authdaemond, and (b) when you try an imap connection - or better, use "authtest <user> <pass>" BTW there is no longer any 'authcram' - that was subsumed into authuserdb - but that won't cause any problem. But the last debug log you showed did not indicate that authmysql was invoked at all. Perhaps authmysql wasn't built at all, but you didn't notice. Capture the ./configure output into a file, and then look to see whether the mysql client libraries were found. If not, then authmysql won't be built; I'm not sure if ./configure bombs out in that case. Brian. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
