From: Rodolfo P. <ro...@pi...> - 2003-05-20 20:53:35
|
I try to use imap authentication and I have this line at index.php // IMAP auth: check userid/passwords from a imap server, defaults to localhost if (!defined('ALLOW_IMAP_LOGIN')) define('ALLOW_IMAP_LOGIN', true and function_exists('imap_open')); if (!defined('IMAP_AUTH_HOST')) define('IMAP_AUTH_HOST', 'localhost'); But it is impossible to sign-in with an imap valid user. I receive a "Invalid password or userid." message. Can you tell me a document to read to configure IMAP validation? Is there are any way to debug this problem? How I can be sure that IMAP is the validation method? (the imap log do not repot validation error and the wiki log do not show anything). -- Rodolfo Pilas <ro...@pi...> |