X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2FEDITME;h=fa1fe1c9fdbef4caff5448cf4ef1d9c880806c14;hb=df98a6ff2e70887890690ffbf8a8ad583d7d7e38;hp=e1bf812db1f7b23bbd08ff9caabd0cffc66db504;hpb=de517fd3061ee343cd36d05587c915f617318671;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/EDITME b/src/src/EDITME index e1bf812db..fa1fe1c9f 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -222,9 +222,10 @@ SPOOL_DIRECTORY=/var/spool/exim # USE_GNUTLS=yes # Uncomment one of these settings if you are using GnuTLS; pkg-config vs not # and an optional location. If you disable SUPPORT_DANE below, you -# can remove the gnutls-dane references here. +# can remove the gnutls-dane references here. Earlier versions of GnuTLS +# required libtasn1 and libgrypt also; add if needed. # USE_GNUTLS_PC=gnutls gnutls-dane -# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt -lgnutls-dane +# TLS_LIBS=-lgnutls -lgnutls-dane # TLS_LIBS=-L/usr/local/gnu/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-dane # If using GnuTLS older than 2.10 and using pkg-config then note that Exim's @@ -561,6 +562,11 @@ DISABLE_MAL_MKS=yes # DISABLE_EVENT=yes +# Uncomment this line to include support for early pipelining, per +# https://datatracker.ietf.org/doc/draft-harris-early-pipe/ +# SUPPORT_PIPE_CONNECT + + #------------------------------------------------------------------------------ # Compiling Exim with experimental features. These are documented in # experimental-spec.txt. "Experimental" means that the way these features are