> 22040 certificate file = /etc/ssl/certs/smtp.pem
> 22040 key file = /etc/ssl/private/mail.cityairlines.net.key.nopass.pem
Tommy,
are you sure you have followed the how-to on rellits? Because if you
follow the how-to, you will end up with only ONE file, which is a
combination of the key and the certificate, in which case you do NOT
need the key file.
My guess is that you did what is in the how-to (combining both into one
file) but sitll tell exim to use the key from a seperate file. Now exim
tries to apply that key to a file that has the wrong format for this case.
If you followed the how-to, comment out the reference to the key file,
leave only "tls_certificate = /etc/ssl/certs/smtp.pem" in there, and
then copy the .key.nopass.pem file to that smtp.pem file.
Christian