On 7/28/2016 1:29 PM, Benny Pedersen wrote:
> 
> Jul 28 18:24:13 localhost postfix/smtpd[20024]: warning: TLS library
> problem: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad
> certificate:s3_pkt.c:1472:SSL alert number 42:
> Jul 28 18:32:14 localhost postfix/smtps/smtpd[20342]: warning: TLS
> library problem: error:14094418:SSL routines:ssl3_read_bytes:tlsv1
> alert unknown ca:s3_pkt.c:1472:SSL alert number 48:
> Jul 28 18:36:02 localhost postfix/submission/smtpd[20421]: warning:
> TLS library problem: error:14094418:SSL
> routines:ssl3_read_bytes:tlsv1 alert unknown ca:s3_pkt.c:1472:SSL
> alert number 48:
> 
> smtpd_tls_CAfile = /etc/ssl/rapidssl/intermidiate.crt
> smtpd_tls_CApath = /etc/ssl/certs
> smtpd_tls_cert_file = /etc/ssl/rapidssl/server_2016.crt
> smtpd_tls_dh1024_param_file = /etc/ssl/rapidssl/dh2048.pem
> smtpd_tls_dh512_param_file = /etc/ssl/rapidssl/dh512.pem
> smtpd_tls_key_file = /etc/ssl/rapidssl/server.key
> smtpd_tls_loglevel = 1
> smtpd_tls_received_header = no
> smtpd_tls_security_level = may
> 
> is it my own fault ?
> 
> 


Looks as if your certificate is borked.
There's no general problems with using Thunderbird to connect to
postfix, or you can use
openssl s_client -connect yourserver:587 -starttls smtp

If openssl connects, you're OK. If it gives an error, your cert is
broken somehow.



  -- Noel Jones

Reply via email to