[imp] Local IMAP connection problem (invalid remote specification)

Eric Rostetter eric.rostetter at physics.utexas.edu
Tue Jul 15 19:39:07 PDT 2003


Quoting Josh <fzzzty at yahoo.com>:

> array(1) {
>   [0]=>
>   string(93) "Can't open mailbox
> {localhost:993/imap/ssl/novalidatecert}INBOX: invalid remote
> specification"
> }
> 
> This leads me to believe that I misconfigured IMP somehow. here is the
> configuration in its latest form:
> 
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => 'localhost',
>     'protocol' => 'imap/ssl/novalidatecert',
>     'port' => 993,
>     'folders' => '/var/mail/',
>     'namespace' => '',
>     'maildomain' => 'endries.org',
>     'smtphost' => '',
>     'realm' => '',
>     'preferred' => ''
> );

The /novalidatecert is not correct.  Check servers.php and fix it.
It is something like /novalidate-cert or something like that (with a
hypen somewhere).

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin
 
Why get even? Get odd!


More information about the imp mailing list