[imp] Re: can login only with pop
Edwin L. Culp
eculp at encontacto.net
Sun Mar 27 05:26:06 PST 2005
Quoting "news at repcom.de" <news at repcom.de>:
> hi Ng,
>
> horde and imp are working fine. but i can only login wih pop3 to my
> courier-imap server.
> A Imap login with imp fails. With mozilla/outlook the login works great.
>
> Here is my servers.php
>
> $servers['imap'] = array(
> 'name' => 'jupiter IMAP Server',
> 'server' => 'localhost',
could you have made a mistake on your server line. localhost !=
jupiter.dataportal.de
If not, what do you see in your log files when you try to login from
horde? Compare them to your successful login from mozilla.
Good luck,
ed
> 'hordeauth' => false,
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'dataportal.de',
> 'smtphost' => 'jupiter.dataportal.de',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'hierarchies' => array()
> );
>
>
>
> $servers['pop'] = array(
> 'name' => 'POP3 Server',
> 'server' => 'jupiter.dataportal.de',
> 'hordeauth' => false,
> 'protocol' => 'pop3/notls',
> 'port' => 110,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'dataportal.de',
> 'smtphost' => 'jupiter.dataportal.de',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'hierarchies' => array()
> );
>
>
>
> hans
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
More information about the imp
mailing list