diff options
author | Phil Pennock <pdp@exim.org> | 2010-12-14 00:30:30 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-12-14 00:30:30 -0500 |
commit | 79d4bc3d95d75446a2d149ca35525f078a978027 (patch) | |
tree | 6bb1da7fdc070a2ad3b8d2b111ecb588791f2733 /doc/doc-txt/ChangeLog | |
parent | 1e83d68b72d24d6255d2e78facbe01656515ab4f (diff) |
Change the default for system_filter_user.
If the system filter needs to be run as root, let that be explicitly
configured. The default is now the Exim run-time user.
Document this, and a couple of other points, in IncompatibleChanges.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 624e0a8c7..fe9c42a6e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -92,6 +92,9 @@ DW/25 Add TRUSTED_CONFIG_PREFIX_FILE option to allow alternative configuration DW/26 Set FD_CLOEXEC on SMTP sockets after forking in the daemon, to ensure that rogue child processes cannot use them. +PP/27 Bugzilla 1047: change the default for system_filter_user to be the Exim + run-time user, instead of root. + Exim version 4.72 ----------------- |