mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue