diff options
author | Nigel Metheringham <nigel@exim.org> | 2010-12-23 14:19:35 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2010-12-23 14:19:35 +0000 |
commit | 5f30be9dabe065123b15f8694227c069132bba65 (patch) | |
tree | b287cbd4e95d43b3b99e60bd0076c9417ca7c180 /doc | |
parent | a84340a052b1c1602a74676b8dcec8f0ebb6fdee (diff) | |
parent | cc5fdbc2db990d876fb7bfa68f9c7253d064cef7 (diff) |
Merge branch 'master' of ssh://git.exim.org/home/git/exim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-src/FAQ.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-src/FAQ.src b/doc/doc-src/FAQ.src index 461b1a608..a132911b5 100644 --- a/doc/doc-src/FAQ.src +++ b/doc/doc-src/FAQ.src @@ -851,7 +851,7 @@ A0044: Exim has been unable to create a file in its spool area in which to If you are running Exim with an alternate configuration file using a command such as \"exim -C altconfig..."\, remember that the use of -C - takes away Exim's root privilege, unless \\TRUSTED_CONFIG_PREFIX_FILE\\ + takes away Exim's root privilege, unless \\TRUSTED_CONFIG_LIST\\ is set in \(Local/Makefile)\ and the corresponding file contains a prefix which matches the alternative configuration file being used. @@ -1155,7 +1155,7 @@ A0065: When Exim is called with -C, it passes on -C to any instances of itself includes the case where Exim re-execs itself to regain root privilege. Thus it can't write to the spool. - The fix for this is to use the \\TRUSTED_CONFIG_PREFIX_LIST\\ build-time + The fix for this is to use the \\TRUSTED_CONFIG_LIST\\ build-time option. This defines a file containing a list of 'trusted' prefixes for configuration files. Any configuration file specified with -C, if it matches a prefix listed in that file, will be used without dropping root |