From c7d36be3ecccdc202c9cd8b0da3523da4e6b3686 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 8 Jan 2019 20:58:31 +0000 Subject: Enable TLS in exim --- etc/exim.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/exim.conf b/etc/exim.conf index 474012d..8086a01 100644 --- a/etc/exim.conf +++ b/etc/exim.conf @@ -1,5 +1,8 @@ daemon_smtp_port = 11025 -tls_advertise_hosts = +# tls_advertise_hosts = +tls_advertise_hosts = * +tls_certificate = /var/www/shared/letsencrypt/live/randomdan.homeip.net/fullchain.pem +tls_privatekey = /var/www/shared/letsencrypt/live/randomdan.homeip.net/privkey.pem domainlist local_domains = @ : randomdan.homeip.net : random.lan hostlist relay_from_hosts = 127.0.0.1 : 10.10.0.0/16 hosts_proxy = <;10.10.0.0/16; fdc7:602:e9c5:b8f0::/16 -- cgit v1.2.3