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. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
