[imp] IMP CVS/Alpha with Dovecot

Nick Maynard nick.maynard at alumni.doc.ic.ac.uk
Fri Jul 16 07:27:06 PDT 2004


Quoting "Cowle, Leon" <lcowle at lehman.com>:

> I've also got horde cvs working with fine dovecot (on fedora core 2) without
> any hacks or problems.
>
> Here is my servers.php:
>
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => 'localhost',
>     'hordeauth' => false,
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'folders' => '',
>     'namespace' => '',
>     'maildomain' => 'mydomain.com',
>     'smtphost' => 'localhost',
>     'realm' => 'mydomain.com',
>     'preferred' => '',
>     'dotfiles' => false,
>     'hierarchies' => array()
> );
Thanks to Dan and Leon for their sample configurations.
I have changed mine to be largely the same:

$servers['imap'] = array(
        'name' => 'tastycake.net IMAPS Server',
        'server' => 'localhost',
        'hordeauth' => 'false',
        'protocol' => 'imap/ssl/novalidate-cert',
        'port' => 993,
        'folders' => '',
        'namespace' => '',
        'maildomain' => 'tastycake.net',
        'smtphost' => 'localhost',
        'realm' => '',
        'preferred' => '',
        'dotfiles' => false,
        'hierarchies' => array()
);

With no luck.  Is there any chance the SSL might be interfering here?

--

Nick Maynard
nick.maynard at alumni.doc.ic.ac.uk


More information about the imp mailing list