summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-11 09:30:41 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-11 09:30:41 +0000
commit5de37277102d8c5afce49171c75ced28af2363fe (patch)
treefa49ae59def78936f044ed5b6389bf68e65d6362 /doc
parente4a4084a92fdadeb51f5e182c157dc41a3895899 (diff)
In the default configuration, move the relay_from_hosts and
authenticated client checks to before the DNS black list checks.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-misc/WishList10
-rw-r--r--doc/doc-txt/ChangeLog10
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList
index bd618be74..1fbe547bf 100644
--- a/doc/doc-misc/WishList
+++ b/doc/doc-misc/WishList
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.52 2005/10/10 08:23:44 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.53 2005/10/11 09:30:41 ph10 Exp $
EXIM 4 WISH LIST
----------------
@@ -1928,14 +1928,6 @@ This is probably a longish-term thing at the moment. Quotas over 2G are now
supported, but not individual messages; no doubt one day this will be wanted.
------------------------------------------------------------------------------
-(335) 14-Jun-05 T Re-arrange default configuration
-
-A small niggle which might be worth fixing is the ordering of the ACL in the
-default configuration file. The relay_from_hosts and authenticated clauses
-would be better off before the dnslists examples. However, this should be left
-until a x.x0 release, because of the documentation implications.
-------------------------------------------------------------------------------
-
(336) 16-Jun-05 M Show recipient(s) after header check failure
The mainlog line for "There is no valid sender in any header line" shows the
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 48cd6b2a3..ce07ecec2 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,8 +1,16 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.245 2005/10/04 08:54:33 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.246 2005/10/11 09:30:41 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
+Exim version 4.60
+-----------------
+
+PH/01 In the default runtime configuration, move the checks for
+ relay_from_hosts and authenticated clients from after to before the
+ (commented out) DNS black list checks.
+
+
Exim version 4.54
-----------------