[imp] IMAP/SSL

Liam Hoekenga liamr at umich.edu
Mon Jan 26 12:23:37 PST 2004


Terry -

Add a "novalidate-cert" after "/imap/ssl" in your server's protocol
string..

eg..

 'protocol' => 'imap/ssl/novalidate-cert'

There's a not about this in the comments in imp/config/servers.php(.dist)

Liam


On Mon, 26 Jan 2004, Terry Poperszky wrote:

>
> I just upgraded my mail server and had to go with IMAP/SSL, I am able to
> connect using Outlook and Evolution to port 993, but I have not been
> able
> to get Imp to connect (I have included log entries below).  The only
> other
> piece of information that might be pretinent is an error that I get from
> Outlook when I log in.
>
> "The server you are connected to is using a security certificate that
> could not be verified
>
> A certificate chain processed, but terminated in a root certificiate
> which
> is not trusted by the trust provider.
>
> Do you want to continue using this server?"
>
>
>
> Any help would be appreciated.
>
> Terry Poperszky
>
>
>
> Messages log:
> Jan 26 09:10:15 s1 HORDE[1945]: [imp] FAILED LOGIN 10.x.x.198 to
> s2.sosinternal.com:993[imap/notls] as schmidt [on line 282 of
> "/usr/local/horde-2.2.3/imp-3.2.1/lib/IMP.php"]
>
> Output of /horde/imp/test.php
>
> IMP Version
>
>     * IMP: 3.2.1
>
> PHP Version
>
>     * View phpinfo() screen
>     * PHP Version: 4.3.4
>     * PHP Major Version: 4.3
>     * PHP Minor Version: 4
>     * PHP Version Classification: release
>     * You are running a supported version of PHP.
>
> PHP IMAP Support Test
> server="s2" user="schmidt" mailbox="{s2:993/imap/notls}INBOX"
>
> array(1) {
>   [0]=>
>   string(65) "Connection failed to s2.sosinternal.com,993: Connection
>   timed out"
> }
>
> servers.php entry
>
> $servers['imap/ssl/novalidate-cert'] = array(
>     'name' => 'test',
>     'server' => 's2.sosinternal.com',
>     'protocol' => 'imap/notls',
>     'port' => 993,
>     'folders' => 'mail/',
>     'namespace' => '',
>     'maildomain' => 'sosinternal.com',
>     'realm' => '',
>     'preferred' => ''
> );
> --
> Terry Poperszky
> Network Manager
> SOS Staffing Services
> 801-257-5709
> Terry.Poperszky at SOSStaffing.Com
>
> --
> 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