From 664c8806e7c45b6b00da81380b1d4820584ff85c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 12 Dec 2017 13:35:09 -0800 Subject: [PATCH] Set keep_environment to empty to silence warning Change-Id: I91d511a6932669fa1b014d4a26bc3ae8f470395b --- templates/exim4.conf.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/exim4.conf.erb b/templates/exim4.conf.erb index f9fa563..9b5a64e 100644 --- a/templates/exim4.conf.erb +++ b/templates/exim4.conf.erb @@ -44,6 +44,11 @@ CONFDIR = <%= scope.lookupvar('exim::params::conf_dir') %> # MAIN CONFIGURATION SETTINGS # ###################################################################### +# This is the default value now, but we need to explicitly set it to +# the empty string to avoid exim emitting a warning message. +# See https://tronche.com/wiki/Exim_keep_environment +keep_environment = + # Specify your host's canonical name here. This should normally be the fully # qualified "official" name of your host. If this option is not set, the # uname() function is called to obtain the name. In many cases this does