Set keep_environment to empty to silence warning
Change-Id: I91d511a6932669fa1b014d4a26bc3ae8f470395b
This commit is contained in:
parent
099455fd6b
commit
664c8806e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user