diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-11 13:50:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-11 13:50:48 +0000 |
commit | cc38ddbf11c08a9edf41726005623b2061397411 (patch) | |
tree | 91fb6f46731eff9b318e3bd08fc0bb711ef274e8 /doc | |
parent | 5de37277102d8c5afce49171c75ced28af2363fe (diff) |
Add control=submission to relay_from_hosts and authenticated checks in
the default configuration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ce07ecec2..07e108e7e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.246 2005/10/11 09:30:41 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.247 2005/10/11 13:50:48 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -6,9 +6,14 @@ 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. +PH/01 Two changes to the default runtime configuration: + + (1) Move the checks for relay_from_hosts and authenticated clients from + after to before the (commented out) DNS black list checks. + + (2) Add control=submission to the relay_from_hosts and authenticated + clients checks, on the grounds that messages accepted by these + statements are most likely to be submissions. Exim version 4.54 |