Right, well i have got webmail working again, but only by forcing non-SSL connections.
I changed the file /home/httpd/html/horde/imp/config/servers.php
so that instead of the protocol line being:
'protocol' => 'imap',
it is now:
'protocol' => 'imap/notls',
This is after many hours of trolling the net, so if anyone knows how to fix the original problem i'd be happy to hear the solution!
I'm lost as to whether the peoblem is the imap server or the module of openssl that does the comms between the imap server and the client - because:
- Horde/imp works fine if i force non SSL conneections as above.
- my mail client comes up with ssl errors if i try to use SSL but is fine without SSL
- all other SSL connection seem to work (acid over https, server manager, etc)
?
Allun