X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6270f0b685e414b82dd311ad99fe4df0c3e2bfd6..dd71ef5027590d0657e66dab9747dc758816762f:/cookbooks/exim/templates/default/exim4.conf.erb diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 1f6fc31d5..2d1d96e12 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -358,6 +358,12 @@ timeout_frozen_after = 7d trusted_users = <%= node[:exim][:trusted_users].join(" : ") %> +# Do all deliveries via a limited set of queues. + +queue_only = true +queue_run_max = <%= node[:exim][:queue_run_max] %> + + ###################################################################### # ACL CONFIGURATION # @@ -718,8 +724,9 @@ signed_smtp: dkim_selector = ${lookup{$dkim_domain}lsearch{/etc/exim4/dkim-selectors}{$value}} dkim_private_key = /etc/exim4/dkim-keys/${dkim_domain} dkim_identity = ${lc:${address:$h_from:}} - # dkim_timestamps = 1209600 + dkim_timestamps = 1209600 multi_domain = false + hosts_try_dane = tls_require_ciphers = <%= node[:ssl][:gnutls_ciphers] %>:%LATEST_RECORD_VERSION