[exim] Problem with Exchange server and Exim as client SSL/T…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Leonhard Voos
日付:  
To: exim-users
題目: [exim] Problem with Exchange server and Exim as client SSL/TLS
Hello,

I want to send mails from exim on linux to an exchange server. The
connection must be encrypted.

So I configured the exchange server with an X509 certificate and exported
the certificate to my linux box.

Encrypting in common is working fine but when I configure exim to verify the
server certificate I get always "unable to get local issuer certificate".
Where is exim looking for this certificate?

For example when I have the exported server certificate in abc.pem and the
exported root certificate in def.pem I can do in the shell:

"openssl verify abc.pem" and get the error above.

When I type "openssl verify -CAfile def.pem abc.pem" I get "OK".

So again, where does exim know, which is the right CAfile for the verify
process?


Thanks for help!

Leo