summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Jetmore <jj33@pobox.com>2010-06-03 15:20:41 +0000
committerJohn Jetmore <jj33@pobox.com>2010-06-03 15:20:41 +0000
commita8c8d6b5abcc66b6bbbf8d7c453410a55b2d0e91 (patch)
tree2b122f83eca66953852944505eb116a5293fc8c7 /src
parent8a483da652e021e51ee3f4dd83cd34e53c986b35 (diff)
Added DISABLE_DKIM option to EDITME, leaving some breadcrumbs about it being turned on by default
Diffstat (limited to 'src')
-rw-r--r--src/src/EDITME12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/src/EDITME b/src/src/EDITME
index 3ee1663af..02f2fead0 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/src/EDITME,v 1.23 2009/11/20 12:18:19 nm4 Exp $
+# $Cambridge: exim/src/src/EDITME,v 1.24 2010/06/03 15:20:41 jetmore Exp $
##################################################
# The Exim mail transport agent #
@@ -353,6 +353,16 @@ EXIM_MONITOR=eximon.bin
# WITH_OLD_DEMIME=yes
#------------------------------------------------------------------------------
+# By default Exim includes code to support DKIM (DomainKeys Identified
+# Mail, RFC4871) signing and verification. Verification of signatures is
+# turned on by default. See the spec for information on conditionally
+# disabling it. To disable the inclusion of the entire feature, set
+# DISABLE_DKIM to "yes"
+
+# DISABLE_DKIM=yes
+
+
+#------------------------------------------------------------------------------
# Compiling Exim with experimental features. These are documented in
# experimental-spec.txt. "Experimental" means that the way these features are
# implemented may still change. Backward compatibility is not guaranteed.