X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/339e24f1e3e2275712e5b3e2163c403113b4605d..e92ed5e09215d67f2bd7dc21a32425d7ec5aa26f:/cookbooks/exim/templates/default/default.erb diff --git a/cookbooks/exim/templates/default/default.erb b/cookbooks/exim/templates/default/default.erb index 2fb3dcc17..2add21838 100644 --- a/cookbooks/exim/templates/default/default.erb +++ b/cookbooks/exim/templates/default/default.erb @@ -1,5 +1,11 @@ # DO NOT EDIT - This file is being maintained by Chef +<% if node.platform?("debian") || (node.platform?("ubuntu") && node[:lsb][:release].to_f >= 22.04) -%> +# options for update-exim4.conf +UPEX4OPTS='' +# options for exim4 +EXIMSERVICE='-bdf -q30s' +<% else -%> # 'combined' - one daemon running queue and listening on SMTP port # 'no' - no daemon running the queue # 'separate' - two separate daemons @@ -19,5 +25,6 @@ QUEUERUNNEROPTIONS='' QFLAGS='' # options for daemon listening on port 25 SMTPLISTENEROPTIONS='' +<% end -%> # only warn once about each error -E4BCD_WATCH_PANICLOG='once' +E4BCD_WATCH_PANICLOG='no'