Added DISABLE_DKIM option to EDITME, leaving some breadcrumbs about it being turned...
authorJohn Jetmore <jj33@pobox.com>
Thu, 3 Jun 2010 15:20:41 +0000 (15:20 +0000)
committerJohn Jetmore <jj33@pobox.com>
Thu, 3 Jun 2010 15:20:41 +0000 (15:20 +0000)
doc/doc-txt/ChangeLog
doc/doc-txt/NewStuff
src/src/EDITME

index 72fca4c2d60d673ff368b30bb890ca87b9b42059..7b560e527d3cbecefe777a3e519f87e146ae288d 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.615 2010/06/03 08:19:13 pdp Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.616 2010/06/03 15:20:41 jetmore Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -12,6 +12,8 @@ PP/01 Date: & Message-Id: revert to normally being appended to a message,
 PP/02 Include check_rfc2047_length in configure.default because we're seeing
       increasing numbers of administrators be bitten by this.
 
+JJ/01 Added DISABLE_DKIM and comment to src/EDITME
+
 Exim version 4.72
 -----------------
 
index e15453caa98391a09ae28b527bb34f4d148ac931..b42c0d07ca2f1533aab09b7d6743fd75aad5d7bb 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.164 2010/06/01 11:21:30 pdp Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.165 2010/06/03 15:20:41 jetmore Exp $
 
 New Features in Exim
 --------------------
@@ -44,6 +44,9 @@ Version 4.70 / 4.71
 -------------------
 
  1. Native DKIM support without an external library.
+    (Note that if no action to prevent it is taken, a straight upgrade will
+    result in DKIM verification of all signed incoming emails.  See spec
+    for details on conditionally disabling)
 
  2. Experimental DCC support via dccifd (contributed by Wolfgang Breyha).
 
index 3ee1663af0cc36f8c005860e28c71befb636eaa6..02f2fead072862d253682929118c3b3fbaf1be4f 100644 (file)
@@ -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         #
@@ -352,6 +352,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