Bug 1031: Experimental TPDA
[exim.git] / src / src / EDITME
index 7de915ae9fd9981fe1095acd1c65ca9605f0e1c8..1db70f7157a1506677337ff4c4e9ac8c563a80ac 100644 (file)
@@ -460,10 +460,18 @@ EXIM_MONITOR=eximon.bin
 
 # EXPERIMENTAL_OCSP=yes
 
-# Uncomment the following line to add Per-Recipient-Data-Response support.
+# 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
 
+# Uncomment the following line to support Transport post-delivery actions,
+# eg. for logging to a database.
+# EXPERIMENTAL_TPDA=yes
 
 
 ###############################################################################