I am trying to setup IMAP auth for my box but I can’t
seem to get it going, it’s on a SuSE 10.0, I have the config.php
configured correctly for imap,
$auth_method =
"imap";
// *** AUTHENTICATING
VIA IMAP ***
//
// IMAP support is
provided by the Net_IMAP PEAR module
// http://pear.php.net/package/Net_IMAP
// If you need ssl
support, set the port to 993 and add "ssl://" to the hostname
// Standard IMAP
$auth_imap_host =
"192.168.x.x";
$auth_imap_port = 143;
The modual is there, I have v1.0.3
But when I try to authenticate to it I get the following
message,
Login for user doconnor failed. ( not
connected! (CMD:LOGIN) )
I get the same message when trying to register a super user,
Any help would be greatly appreceated.
Thanks!
Dan
|