diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-25 10:14:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-25 10:14:20 +0000 |
commit | 6ea85e9a4ac76f292db7bb946d6ada8d3ac93a2d (patch) | |
tree | 859514941e1f6762ebd8e51b0db8c1e965e77ba4 /doc/doc-txt/NewStuff | |
parent | f324b55dcd5a95ce8273f6f368d03aab81d7ea59 (diff) |
Add log_reject_target as an ACL modifier.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 6ee8f6bdc..ae4043cc1 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.110 2006/09/19 14:31:06 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.111 2006/09/25 10:14:20 ph10 Exp $ New Features in Exim -------------------- @@ -37,6 +37,19 @@ Version 4.64 used, spool files written by the new release can be read by earlier releases. +2. There is a new ACL modifier called log_reject_target. It makes it possible + to specify which logs are used for messages about ACL rejections. Its + argument is a list of words which can be "main", "reject", or "panic". The + default is "main:reject". The list may be empty, in which case a rejection + is not logged at all. For example, this ACL fragment writes no logging + information when access is denied: + + deny <some conditions> + log_reject_target = + + The modifier can be used in SMTP and non-SMTP ACLs. It applies to both + permanent and temporary rejections. + Version 4.63 ------------ |