I Got a problem that Postfix wasn't able to read my key file, so after a lot searching for the problem I got that my key was the newkey.pem and not newreq.pem file as the documentation was showing, so instead of doing this as show in the how to: cp newreq.pem /etc/postfix smtpd_tls_key_file = /etc/postfix/newreq.pem I did this and my Postfix now are able to do TLS transactions cp newkey.pem /etc/postfix smtpd_tls_key_file = /etc/postfix/newkey.pem Reproducible: Always Steps to Reproduce: 1. Reproduce the steps described in the section 5. SSL Certs for Postfix and Apache and 6. Adding SSL and SASL support to Postfix of the HowTo Actual Results: Postfix are unable to do TLS transactions Expected Results: Postfix do right TLS transactions
That's correct, my bad. Postfix can't do much with a certificate request :/
No problem, I'll fix.
Fixed in CVS, forgot about this two-line fix, sorry. Thanks to swift for prodding me.