Ensure OpenSSL entropy state reset across forks.
[exim.git] / src / src / EDITME
index c6edf9095c8ecca4c365de2a5196fa78222cfaae..7de915ae9fd9981fe1095acd1c65ca9605f0e1c8 100644 (file)
@@ -347,7 +347,7 @@ LOOKUP_DNSDB=yes
 # to find the include files and libraries, else use PCRE_LIBS and set INCLUDE
 # too if needed.
 
-PCRE_CONFIG=yes
+PCRE_CONFIG=yes
 # PCRE_LIBS=-lpcre
 
 
@@ -411,6 +411,14 @@ EXIM_MONITOR=eximon.bin
 # DISABLE_DKIM=yes
 
 
+#------------------------------------------------------------------------------
+# By default, Exim has support for checking the AD bit in a DNS response, to
+# determine if DNSSEC validation was successful.  If your system libraries
+# do not support that bit, then set DISABLE_DNSSEC to "yes"
+
+# DISABLE_DNSSEC=yes
+
+
 #------------------------------------------------------------------------------
 # Compiling Exim with experimental features. These are documented in
 # experimental-spec.txt. "Experimental" means that the way these features are
@@ -452,6 +460,10 @@ EXIM_MONITOR=eximon.bin
 
 # EXPERIMENTAL_OCSP=yes
 
+# Uncomment the following line to add Per-Recipient-Data-Response support.
+
+# EXPERIMENTAL_PRDR=yes
+
 
 
 ###############################################################################