From: Tom Hughes Date: Tue, 5 Jan 2021 08:29:05 +0000 (+0000) Subject: Disable DANE for outgoing SMTP X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2cac611f35d30f316b36c398af7a5fe6ad24d5f7 Disable DANE for outgoing SMTP --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 1f6fc31d5..39ac77849 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -720,6 +720,7 @@ signed_smtp: dkim_identity = ${lc:${address:$h_from:}} # dkim_timestamps = 1209600 multi_domain = false + hosts_try_dane = tls_require_ciphers = <%= node[:ssl][:gnutls_ciphers] %>:%LATEST_RECORD_VERSION