Build Exim with compile-time defaults for exim_user and exim_group.

Use the newly added mailnull user, and the now well-established group
mail.

The use of compile-time defaults for these values is not required for
many sites, but are important for more exotic applications.

This ensures that the packages are useful to the widest audience
possible.
This commit is contained in:
Sheldon Hearn 2001-12-14 11:47:28 +00:00
parent a46f1417cc
commit 08ec4ac52d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51532
3 changed files with 6 additions and 6 deletions

View file

@ -32,6 +32,6 @@ To run Exim instead of sendmail on startup:
You may also want to configure newsyslog(8) to rotate Exim log files: You may also want to configure newsyslog(8) to rotate Exim log files:
/var/log/exim/mainlog exim:mail 640 7 * @T00 Z /var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z
/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z /var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z

View file

@ -32,6 +32,6 @@ To run Exim instead of sendmail on startup:
You may also want to configure newsyslog(8) to rotate Exim log files: You may also want to configure newsyslog(8) to rotate Exim log files:
/var/log/exim/mainlog exim:mail 640 7 * @T00 Z /var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z
/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z /var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z

View file

@ -32,6 +32,6 @@ To run Exim instead of sendmail on startup:
You may also want to configure newsyslog(8) to rotate Exim log files: You may also want to configure newsyslog(8) to rotate Exim log files:
/var/log/exim/mainlog exim:mail 640 7 * @T00 Z /var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z
/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z /var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z