On Thu, Jul 28, 2016 at 10:11:10PM +0200, Benny Pedersen wrote:
> On 2016-07-28 21:59, Viktor Dukhovni wrote:
>
> >You need to post the certificate chain and the Thunderbird SMTP
> >settings for further help.
>
> how to do that ?
If the server is reachable over the Internet, just post its hostname.
Otherwise, assuming submission is on port 587, post the output of:
posttls-finger -cC -Lsummary "[$(uname -n)]:587"
If you don't have "posttls-finger" and it is too difficult to build
from a recent Postfix source tarball, then post the output of:
$ openssl crl2pkcs7 -nocrl -certfile $(postconf -xh smtpd_tls_cert_file) |
openssl pkcs7 -print_certs
--
Viktor.