X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8ccd00b14ecc7c3c806882a54a9216f531571716..071c51f70266916a7be153ce67c0045beb58b841:/src/src/EDITME diff --git a/src/src/EDITME b/src/src/EDITME index 7d58af744..d576fd7a3 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -415,6 +415,13 @@ EXIM_MONITOR=eximon.bin # DISABLE_PRDR=yes +#------------------------------------------------------------------------------ +# Uncomment the following line to remove OCSP stapling support in TLS, +# from Exim. Note it can only be supported when built with +# GnuTLS 3.1.3 or later, or OpenSSL + +# DISABLE_OCSP=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 @@ -459,11 +466,6 @@ EXIM_MONITOR=eximon.bin # CFLAGS += -I/opt/brightmail/bsdk-6.0/include # LDFLAGS += -lxml2_single -lbmiclient_single -L/opt/brightmail/bsdk-6.0/lib -# Uncomment the following line to add OCSP stapling support in TLS, if Exim -# was built using OpenSSL, or with GnuTLS 3.1.3 or later. - -# EXPERIMENTAL_OCSP=yes - # Uncomment the following line to add DMARC checking capability, implemented # using libopendmarc libraries. # EXPERIMENTAL_DMARC=yes @@ -485,6 +487,12 @@ EXIM_MONITOR=eximon.bin # Uncomment the following line to enable Experimental Proxy Protocol # EXPERIMENTAL_PROXY=yes +# Uncomment the following line to enable support for checking certiticate +# ownership +# EXPERIMENTAL_CERTNAMES=yes + +# Uncomment the following line to add DSN support +# EXPERIMENTAL_DSN=yes ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #