]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Add support for bonding and VLANs
[chef.git] / 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(" : ") %>
 
 
+# Don't keep any environment when starting programs - this is the
+# default but setting it stops exim warning
+
+keep_environment =
+
+
 
 ######################################################################
 #                       ACL CONFIGURATION                            #