Mark Constable writes:
On Mon, 18 May 2015 07:03:21 AM Sam Varshavchik wrote: > > ie; IMAP port 143/none and SMTP port 587/none works for those Windows > > 8.1 users who have had updates since the 12th May 2015. > > Are you using self-signed certificates for IMAP and SMTP?No, but admittedly just a cheap chained certificate... openssl s_client -CApath /etc/ssl/certs -connect 202.6.248.6:465 openssl s_client -CApath /etc/ssl/certs -connect 202.6.248.6:993openssl s_client -CApath /etc/ssl/certs -connect 202.6.248.6:143 -starttls imap openssl s_client -CApath /etc/ssl/certs -connect 202.6.248.6:587 -starttls smtp> The IMAP logs you sent show nothing interesting except the Outlook is > still not handling IMAP namespaces correctly, Duh. > and getting some errors, but it does not appear to stop it, it continues > on its merry way. Thanks for looking. I suspect the problem is before this at the authdaemon stage. I guess trying to strace authdaemon might help but getting W8.1 and Outlook and a similar not-so-busy test server set up is not going to be easy.
The fact that you proved that turning off SSL is a factor pretty much eliminates anything authentication-related as a possible cause. You're unlikely to get any useful results by logging authentication requests.
The most likely explanation is that MS-ware is now requiring valid CA-signed certs from IMAP and SMTP servers. Previously, they did not validate their certificates.
So, either MS-ware does not recognize the CA authority you got your certs from, or the chained cert is not set up correctly. If your problem is solved by turning off SSL/TLS, those are, pretty much, the only two possibilities.
Try reversing the order of the intermediate cert and your cert, in the pem file. Also, verify that the commonName in the cert matches your server's hostname. And, of course, the cert hasn't expired.
pgpO0ajoOAx2u.pgp
Description: PGP signature
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users