summaryrefslogtreecommitdiff
path: root/src/OS/os.Configuring
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-21 16:24:19 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-21 16:24:19 +0000
commit929ba01ccb7fafbe89e4fa60e93ab2b5f4aab1df (patch)
tree29dfe30140a3797456bd4c7593f3a83fc5dafc96 /src/OS/os.Configuring
parent8def5aaf652936e25a77eefe235bd333a89512c6 (diff)
Add support for setclassresources() in the pipe transport on FreeBSD,
NetBSD, and BSDI (aka BSD/OS).
Diffstat (limited to 'src/OS/os.Configuring')
-rw-r--r--src/OS/os.Configuring9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/OS/os.Configuring b/src/OS/os.Configuring
index df6c57d8d..62ab83a15 100644
--- a/src/OS/os.Configuring
+++ b/src/OS/os.Configuring
@@ -1,4 +1,4 @@
-$Cambridge: exim/src/OS/os.Configuring,v 1.1 2004/10/06 15:07:39 ph10 Exp $
+$Cambridge: exim/src/OS/os.Configuring,v 1.2 2006/02/21 16:24:19 ph10 Exp $
Configuring Exim for different Operating Systems
------------------------------------------------
@@ -184,6 +184,13 @@ One OS does not have the sys/resource.h header. If NO_SYS_RESOURCE_H is defined
in an os.h-<ostype> file, then the #include for this header is skipped in
exim.h.
+Support for login_cap functions
+-------------------------------
+
+Some of the BSD systems support functions for controlling the resources that
+user processes can use (e.g. login_getpwclass). If HAVE_LOGIN_CAP is defined,
+Exim supports this feature for running pipe deliveries.
+
The crypt_h header
------------------