[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog NewSt…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Jetmore
Data:  
Para: exim-cvs
Asunto: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog NewStuff exim/exim-src/src EDITME
jetmore 2010/06/03 16:20:41 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog NewStuff 
    exim-src/src         EDITME 
  Log:
  Added DISABLE_DKIM option to EDITME, leaving some breadcrumbs about it being turned on by default


  Revision  Changes    Path
  1.616     +2 -0      exim/exim-doc/doc-txt/ChangeLog
  1.165     +3 -0      exim/exim-doc/doc-txt/NewStuff
  1.24      +10 -0     exim/exim-src/src/EDITME


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.615
  retrieving revision 1.616
  diff -u -r1.615 -r1.616
  --- ChangeLog    3 Jun 2010 08:19:13 -0000    1.615
  +++ ChangeLog    3 Jun 2010 15:20:41 -0000    1.616
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.615 2010/06/03 08:19:13 pdp Exp $
  +$Cambridge: exim/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/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: NewStuff
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/NewStuff,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- NewStuff    1 Jun 2010 11:21:30 -0000    1.164
  +++ NewStuff    3 Jun 2010 15:20:41 -0000    1.165
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.164 2010/06/01 11:21:30 pdp Exp $
  +$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.165 2010/06/03 15:20:41 jetmore Exp $


New Features in Exim
--------------------
@@ -44,6 +44,9 @@
-------------------

    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: EDITME
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/EDITME,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- EDITME    20 Nov 2009 12:18:19 -0000    1.23
  +++ EDITME    3 Jun 2010 15:20:41 -0000    1.24
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-src/src/EDITME,v 1.23 2009/11/20 12:18:19 nm4 Exp $
  +# $Cambridge: exim/exim-src/src/EDITME,v 1.24 2010/06/03 15:20:41 jetmore Exp $


   ##################################################
   #          The Exim mail transport agent         #
  @@ -353,6 +353,16 @@
   # 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.