diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-21 16:24:19 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-21 16:24:19 +0000 |
commit | 929ba01ccb7fafbe89e4fa60e93ab2b5f4aab1df (patch) | |
tree | 29dfe30140a3797456bd4c7593f3a83fc5dafc96 /doc/doc-txt/NewStuff | |
parent | 8def5aaf652936e25a77eefe235bd333a89512c6 (diff) |
Add support for setclassresources() in the pipe transport on FreeBSD,
NetBSD, and BSDI (aka BSD/OS).
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index bd55514f1..7627fb7f9 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.87 2006/02/20 16:31:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.88 2006/02/21 16:24:19 ph10 Exp $ New Features in Exim -------------------- @@ -62,6 +62,12 @@ PH/08 The default for dns_check_names_pattern now allows slashes within names, PH/09 The default for rfc4131_query_timeout has been changed from 30s to 5s. +PH/10 When compiled on FreeBSD, NetBSD, or BSD/OS, the pipe transport has a new + Boolean option called use_classresources, defaulting false. If it is set + true, the setclassresources() function is used to set resource limits + when a pipe transport is run to perform a delivery. The limits for the + uid under which the pipe is to run are obtained from the login class + database. Version 4.60 |