Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?