On 28 Jul 2016, at 14:29, Benny Pedersen wrote:
smtpd_tls_CAfile = /etc/ssl/rapidssl/intermidiate.crt
Perhaps that should be 'intermediate.crt' instead?Because your server is only sending its own certificate, not any chain linking it to a trusted root. So even if a file of the name you've set exists, it does not contain any certificates.
