]> git.openstreetmap.org Git - chef.git/commitdiff
Define keep_environment in exim config to avoid warnings
authorTom Hughes <tom@compton.nu>
Wed, 16 Mar 2016 08:48:02 +0000 (08:48 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 16 Mar 2016 08:48:02 +0000 (08:48 +0000)
cookbooks/exim/templates/default/exim4.conf.erb

index e73ad857df9497b6abd14343ec6b3932c7376e62..ce476f7ad856ae938f6dd9364962b10dcf4764c1 100644 (file)
@@ -306,6 +306,12 @@ log_selector = +all -skip_delivery
 trusted_users = <%= node[:exim][:trusted_users].join(" : ") %>
 
 
 trusted_users = <%= node[:exim][:trusted_users].join(" : ") %>
 
 
+# Don't keep any environment when starting programs - this is the
+# default but setting it stops exim warning
+
+keep_environment =
+
+
 
 ######################################################################
 #                       ACL CONFIGURATION                            #
 
 ######################################################################
 #                       ACL CONFIGURATION                            #