X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2Fos.Configuring;h=465bc2657473d1cfbc3977a7d5e052aad549fca5;hp=df6c57d8ddd5ca1d3ec3e66a9e3e441392a1188c;hb=46473d31e2aa9db8aeff247667fe0b3770573a6d;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656 diff --git a/src/OS/os.Configuring b/src/OS/os.Configuring index df6c57d8d..465bc2657 100644 --- a/src/OS/os.Configuring +++ b/src/OS/os.Configuring @@ -1,5 +1,3 @@ -$Cambridge: exim/src/OS/os.Configuring,v 1.1 2004/10/06 15:07:39 ph10 Exp $ - Configuring Exim for different Operating Systems ------------------------------------------------ @@ -90,7 +88,7 @@ On some operating systems, the SIOCGIFCONF ioctl returns the IP addresses with the list of interfaces, and there is no need to call SIOCGIFADDR for each individual address. Mostly, making the second call does no harm, but on Linux when there are IP aliases, it causes things to go wrong. This also happens on -BSDI. Therefore, there is now a macro to cut it out, called +BSDI and GNU Hurd. Therefore, there is now a macro to cut it out, called SIOCGIFCONF_GIVES_ADDR. Note that, if IPv6 support is configured, Exim cannot find the IPv6 addresses @@ -184,6 +182,14 @@ One OS does not have the sys/resource.h header. If NO_SYS_RESOURCE_H is defined in an os.h- 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_SETCLASSRESOURCES is +defined, Exim supports this feature for running pipe deliveries, using the +setclassresources() function. + The crypt_h header ------------------