X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2FEDITME;h=353dde3ee6ea9514b55acbfd3ef1e19c02c141de;hb=476be7e27122963451a53c9693f09d6d8a068fd8;hp=83ca43cd1ab2d3407e25a69bcbf8e7cacc17eb47;hpb=e51c7be22dfccad376659a1a46cee93c9979bbf7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/EDITME b/src/src/EDITME index 83ca43cd1..353dde3ee 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 @@ -471,9 +473,9 @@ EXIM_MONITOR=eximon.bin # LDFLAGS += -lopendmarc -# Uncomment the following line to support Transport post-delivery actions, +# Uncomment the following line to support Events, # eg. for logging to a database. -# EXPERIMENTAL_TPDA=yes +# EXPERIMENTAL_EVENT=yes # Uncomment the following line to add Redis lookup support # You need to have hiredis installed on your system (https://github.com/redis/hiredis). @@ -489,6 +491,8 @@ EXIM_MONITOR=eximon.bin # ownership # EXPERIMENTAL_CERTNAMES=yes +# Uncomment the following line to add DANE support +# EXPERIMENTAL_DANE=yes ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #