Merge branch 'master' into transp_logging_1031
[users/jgh/exim.git] / src / src / EDITME
index 95a0c02f4dcd04ffd71cf3cf88f95caa02fbbf50..637256c7ddf518b330ce0cf2ab812c86c1f97852 100644 (file)
@@ -460,6 +460,18 @@ EXIM_MONITOR=eximon.bin
 
 # EXPERIMENTAL_OCSP=yes
 
+# Uncomment the following line to add DMARC checking capability, implemented
+# using libopendmarc libraries.
+# EXPERIMENTAL_DMARC=yes
+# CFLAGS += -I/usr/local/include
+# LDFLAGS += -lopendmarc
+
+# Uncomment the following line to add Per-Recipient-Data-Response support.
+# EXPERIMENTAL_PRDR=yes
+
+# This feature allows to write log information about a completed
+#  delivery into a database
+# EXPERIMENTAL_DBL=yes
 
 
 ###############################################################################