diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-14 19:47:28 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-14 19:47:28 +0800 |
commit | 48380acebbbde1292f709d768bdb61ecd0c5dcca (patch) | |
tree | 5cdd1b7cca853f3e58bbb0d26a657373fc1b225c | |
parent | abda74fe40225c73c45e2853d758abd2413db27b (diff) | |
download | freebsd-ports-gnome-48380acebbbde1292f709d768bdb61ecd0c5dcca.tar.gz freebsd-ports-gnome-48380acebbbde1292f709d768bdb61ecd0c5dcca.tar.zst freebsd-ports-gnome-48380acebbbde1292f709d768bdb61ecd0c5dcca.zip |
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.
-rw-r--r-- | mail/exim-devel/files/POST-INSTALL-NOTES | 4 | ||||
-rw-r--r-- | mail/exim-old/files/POST-INSTALL-NOTES | 4 | ||||
-rw-r--r-- | mail/exim/files/POST-INSTALL-NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/exim-devel/files/POST-INSTALL-NOTES b/mail/exim-devel/files/POST-INSTALL-NOTES index 0139dd29bd04..2505505a6d1f 100644 --- a/mail/exim-devel/files/POST-INSTALL-NOTES +++ b/mail/exim-devel/files/POST-INSTALL-NOTES @@ -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: -/var/log/exim/mainlog exim:mail 640 7 * @T00 Z -/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z +/var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z +/var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z diff --git a/mail/exim-old/files/POST-INSTALL-NOTES b/mail/exim-old/files/POST-INSTALL-NOTES index 0139dd29bd04..2505505a6d1f 100644 --- a/mail/exim-old/files/POST-INSTALL-NOTES +++ b/mail/exim-old/files/POST-INSTALL-NOTES @@ -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: -/var/log/exim/mainlog exim:mail 640 7 * @T00 Z -/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z +/var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z +/var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z diff --git a/mail/exim/files/POST-INSTALL-NOTES b/mail/exim/files/POST-INSTALL-NOTES index 0139dd29bd04..2505505a6d1f 100644 --- a/mail/exim/files/POST-INSTALL-NOTES +++ b/mail/exim/files/POST-INSTALL-NOTES @@ -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: -/var/log/exim/mainlog exim:mail 640 7 * @T00 Z -/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z +/var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z +/var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z |