[exim] Force a TLS connection.

Top Page
Delete this message
Reply to this message
Author: JogeeDaKlown
Date:  
To: exim-users
Subject: [exim] Force a TLS connection.

Hello,
I'm trying to get my exim server to only accept tls connections. Here's my
tls config.

tls_advertise_hosts = *
tls_certificate = /etc/ssl/exim/exim-server.crt
tls_privatekey = /etc/ssl/exim/exim-server.key
tls_verify_certificates = /etc/ssl/CA/cacert.pem
tls_verify_hosts = *

I understand that even I set up tls_verify_hosts, it will still allow
non-TLS connection which my server is doing. Is there something to do with
creating an ACL to force TLS? Is it possible? Thanks!!!!!!

Jose

--
View this message in context: http://www.nabble.com/Force-a-TLS-connection.-tp19680050p19680050.html
Sent from the Exim Users mailing list archive at Nabble.com.