diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-18 09:16:57 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-18 09:16:57 +0000 |
commit | 35edf2ff67ad9fa5fc0e83bde865d807c297864f (patch) | |
tree | 8c33ad52706ba9ebbeceba99be7a016dcca837e2 /doc/doc-txt | |
parent | b668c215565aa08fe21c3d637c9868b1b8a649ce (diff) |
Added CONFIGURE_GROUP as a build-time facility, cf CONFIGURE_OWNER.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 10 | ||||
-rw-r--r-- | doc/doc-txt/OptionLists.txt | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 17264e69d..c27cbbef5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.6 2004/10/15 13:21:21 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.7 2004/10/18 09:16:57 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -25,6 +25,8 @@ Exim version 4.44 now done for all such subprocesses. The other cases are: ${run, transport filters, and the commands run by the lmtp and pipe transports. + 5. Added CONFIGURE_GROUP build-time option. + Exim version 4.43 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index dfcc5e711..6d73f198a 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.1 2004/10/07 15:04:35 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.2 2004/10/18 09:16:57 ph10 Exp $ New Features in Exim -------------------- @@ -9,6 +9,14 @@ updated when there is a relatively large batch of changes). The doc/ChangeLog file contains a listing of all changes, including bug fixes. +Version 4.44 +------------ + + 1. There is a new build-time option called CONFIGURE_GROUP which works like + CONFIGURE_OWNER. It specifies one additional group that is permitted for + the runtime configuration file when the group write permission is set. + + Version 4.43 ------------ diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 2437abfa8..753aa91b0 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.1 2004/10/07 15:04:35 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.2 2004/10/18 09:16:57 ph10 Exp $ LISTS OF EXIM OPTIONS --------------------- @@ -740,6 +740,7 @@ COMPRESS_SUFFIX system suffix added to compressed files CONFIGURE_FILE mandatory Exim runtime configuration file CONFIGURE_FILE_USE_EUID optional* CONFIGURE_FILE_USE_NODE optional* +CONFIGURE_GROUP optional* alternate group for configuration file CONFIGURE_OWNER optional* alternate owner for configuration file CYRUS_PWCHECK_SOCKET optional socket for pwcheck daemon DBMLIB optional** location of DBM library |