[imp] Unknown Host Default Error Msg While Login to IMP

Sarmeela Thanakodi test_imp at yahoo.com
Tue Jan 21 17:30:27 PST 2003


Hi Tony,
I tried with the suggested configuration for IMP's servers.php, but it still promts out "Unknown host_default" error message when i try to login to IMP.
In HORDE's horde.php, for Authentication i have these settings :-
conf['auth']['driver']='imap';

conf['auth']['params']['dsn']='{localhost:993/imap/ssl/novalidate-cert}INBOX';

If HORDE works, this means there is no problem with the IMAP server, but why doesnt IMP work? What am I doing wrong?

Thanks for ur help.

-Sarmeela

 
 Tony Earnshaw <tonni at billy.demon.nl> wrote:tir, 2003-01-21 kl. 09:32 skrev Sarmeela Thanakodi:

> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap/ssl/novalidate-cert',
> 'port' => 993,
> 'folders' => 'mail/',
> 'namespace' => '',
> 'maildomain' => 'localhost.localdomain',
> 'smtphost' => 'smtp.localhost',
> 'realm' => 'localhost',
> 'preferred' => ''
> );

Try with:

$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'localhost',
'smtphost' => 'localhost',
'realm' => '',
'preferred' => ''
);

Comment the others out til this works.

Also, with Cyrus you'll probably need INBOX (read the top of
servers.conf).

> When I try to log in to imp from http://localhost/horde/test.php

>Server : localhost
> User : my_username
> Password : my_password

> I get this error :

> Certificate Failure for localhost. Self signed certificate with all
> the some state, some organization, etc thingy coming out. I understand
> that if we add the novalidate-cert at the end of our IMAP server
> protocol, this thing should not appear. As you can see above I do have
> this novalidate-cert thing added, but still I get this error.

You have to repeat it in test.php, i.e. fill in:
imap/ssl/novalidate-cert and port 993

Best,

Tony


-- 

Tony Earnshaw

When all's said and done ...
there's nothing left to say or do.

e-post: tonni at billy.demon.nl
www: http://www.billy.demon.nl




-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org


---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now


More information about the imp mailing list