Exim and enabling TLS

GoranTornqvist

Verified User
Joined
Sep 13, 2004
Messages
58
Location
Stockholm
Hello,
I want to enable TLS authentication in exim4 so I checked that exim.conf file and it seems like its already enabled in DA's exim.conf

# SSL/TLS cert and key
tls_certificate = /etc/exim.cert
tls_privatekey = /etc/exim.key

tls_advertise_hosts = *

However, if I click the SSL checkbox in my outlook for an account I get this error when trying to send a message:

"TLS not available due to temporary reason"

I checked the docs:
http://www.exim.org/exim-html-4.50/doc/html/spec_38.html#CHAP38

I believe I read somewhere else that a ACL might need to be modified to support TLS authentication.
Nothing in the exim docs though...

Any ideas what's missing?
 
Back
Top