diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-11 09:30:41 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-11 09:30:41 +0000 |
commit | 5de37277102d8c5afce49171c75ced28af2363fe (patch) | |
tree | fa49ae59def78936f044ed5b6389bf68e65d6362 /doc/doc-txt | |
parent | e4a4084a92fdadeb51f5e182c157dc41a3895899 (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/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
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 ----------------- |