[mimp] Login Problems

Chris Williamson chris at salem.edu
Fri Sep 17 08:07:32 PDT 2004


For some reason I am unable to login using mimp... imp works flawlessly..

Any help is greatly appreciated!!!!!!!

Error in /tmp/horde.log:
HORDE [error] [mimp] FAILED LOGIN 192.154.64.17 to localhost:143[imap] 
as chris [on line 178 of "/var/www/html/horde/mimp/lib/MIMP.php"]


Contents of servers.php:
$servers = array();

$servers['imap'] = array(
     'name' => 'IMAP Server',
     'server' => 'localhost',
     'protocol' => 'imap',
     'port' => 143,
     'folders' => 'mail/',
     'namespace' => '',
     'realm' => '',
     'maildomain' => 'nocrash.net',
     'preferred' => ''
);

$servers['pop'] = array(
     'name' => 'POP3 Server',
     'server' => 'localhost',
     'protocol' => 'pop3',
     'port' => 110,
     'folders' => '',
     'namespace' => '',
     'realm' => '',
     'maildomain' => 'nocrash.net',
     'preferred' => ''
);



More information about the mimp mailing list