summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-03-09 21:41:34 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-03-10 13:32:21 +0100
commitf26587cbf325ebb365cd670db767363775391dc6 (patch)
treea9f23bb0c6f63a72a5abdf325081578ef94fc813 /src
parent93cc2d6e053031a7008f73ca1ea072038bfa3fc8 (diff)
Extend configure.sample and the relevant spec part
Diffstat (limited to 'src')
-rw-r--r--src/src/configure.default13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/src/configure.default b/src/src/configure.default
index ee94d2f91..e5feb7751 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -40,6 +40,7 @@
######################################################################
# MAIN CONFIGURATION SETTINGS #
######################################################################
+#
# 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
@@ -329,6 +330,18 @@ timeout_frozen_after = 7d
# accept_8bitmime = false
+# Exim does not make use of environment variables itself. However,
+# libraries that Exim uses (e.g. LDAP) depend on specific environment settings.
+# There are two lists: keep_environment for the variables we trust, and
+# add_environment for variables we want to set to a specific value.
+# Note that TZ is handled separateley by the timezone runtime option
+# and TIMEZONE_DEFAULT buildtime option.
+
+# keep_environment = ^LDAP
+# add_environment = PATH=/usr/bin::/bin
+
+
+
######################################################################
# ACL CONFIGURATION #
# Specifies access control lists for incoming SMTP mail #