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

Tony Earnshaw tonni at billy.demon.nl
Tue Jan 21 12:40:45 PST 2003


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





More information about the imp mailing list