X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2FEDITME;h=9024b6f73f5e833f5bb655e41f73e41c0522cd4a;hb=aa81ee147537e2b6c2affb90749fb35cfc996396;hp=45af21063b4eb751e8c883f5055dd789c545f3c6;hpb=9f01e50d7efc5c625614e4e055790ca4a92a52a8;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/EDITME b/src/src/EDITME index 45af21063..9024b6f73 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -494,12 +494,12 @@ SUPPORT_DANE=yes #------------------------------------------------------------------------------ # Compiling the Exim monitor: If you want to compile the Exim monitor, a # program that requires an X11 display, then EXIM_MONITOR should be set to the -# value "eximon.bin". Comment out this setting to disable compilation of the +# value "eximon.bin". De-comment this setting to enable compilation of the # monitor. The locations of various X11 directories for libraries and include # files are defaulted in the OS/Makefile-Default file, but can be overridden in # local OS-specific make files. -EXIM_MONITOR=eximon.bin +# EXIM_MONITOR=eximon.bin #------------------------------------------------------------------------------ @@ -590,6 +590,10 @@ DISABLE_MAL_MKS=yes # CFLAGS += -I/usr/local/include # LDFLAGS += -lsrs_alt +# Uncomment the following lines to add SRS (Sender rewriting scheme) support +# using only native facilities. +# EXPERIMENTAL_SRS_NATIVE=yes + # Uncomment the following line to add DMARC checking capability, implemented # using libopendmarc libraries. You must have SPF and DKIM support enabled also. # SUPPORT_DMARC=yes