On Sun, 2008-06-22 at 09:23 -0700, Lindhardsen wrote:
> I only have one entry in my servers.php file, and it looks like this:
> 
> $servers['imap'] = array(
>     'name' => 'Lindhardsen webmail',
>     'server' => 'localhost',
>     'hordeauth' => false,
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'maildomain' => 'lindhardsen.org',
>     'smtphost' => 'localhost',
>     'smtpport' => 25,
> );
> 
> All I get in my horde.log file is:
> Jun 22 18:28:40 HORDE [error] [imp] FAILED LOGIN for Jan [127.0.0.1] to
> {localhost:143 [imap/notls]} [pid 9181 on line 139 of
> "/var/www/horde/imp/lib/Auth/imp.php"]
> 
> And judging form this, it seems like it's contacting the right IMAP server.
> But still nothing ends up in my mail.debug file.
----
I suppose that you could check the logs for you imap server to see what
is going wrong because it is failing.

You can also always 'test' login by going to 
http://your_server/horde/imp/test.php

Craig

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to