Hi there I'm struggling to get qpsmtpd up and running with a chained cert from DigiCert. It's a WildCard SSL Cert, but I doubt that should make a difference. Currently there are no problems when using my self-signed certs!
Within ./config/plugins: tls /path/to/server.crt /path/to/server.key /path/to/ca_chain.crt Where ca_chain.crt is created as follows: cat DigiCert.crt TrustedRoot.crt > ca_chain.crt qpsmtpd starts, but a mail client such as Opera complains that the cert can't be verified. On viewing the cert details from within Opera mail, neither the DigiCert, nor the Entrust certificate are listed in the chain. Any suggestions on how to set this up for such chained certs? Thanks Dale