aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-07-02 23:09:40 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-07-02 23:09:40 +0800
commitde0543c12b62b6cc3da4c8fe126b93af75ccd8ea (patch)
tree6a6d027bbb190e802c771f414cfb70b233376dd9 /mail/exim-old
parent76314e5052657a72ac0a31bffc9896c5c9c186ef (diff)
downloadfreebsd-ports-gnome-de0543c12b62b6cc3da4c8fe126b93af75ccd8ea.tar.gz
freebsd-ports-gnome-de0543c12b62b6cc3da4c8fe126b93af75ccd8ea.tar.zst
freebsd-ports-gnome-de0543c12b62b6cc3da4c8fe126b93af75ccd8ea.zip
Suggest the use of newsyslog(8) for log rotation. The exicyclog
utility supplied with Exim is intended for systems that don't have something as nifty as newsyslog(8). I'm tempted to remove the utility from the port/package, but this delta to pkg-message is less controversial.
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/pkg-message11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/exim-old/pkg-message b/mail/exim-old/pkg-message
index 710778898b6b..2fde427649c2 100644
--- a/mail/exim-old/pkg-message
+++ b/mail/exim-old/pkg-message
@@ -5,9 +5,7 @@ The following documentation has been installed:
info 'Exim Filtering' -> Exim Filter Specification (for end-users)
Postscript, PDF, HTML and plain text versions of these documents, as well
-as a comprehensive FAQ list, are available on the Exim web site:
-
- http://www.exim.org/
+as a comprehensive FAQ list, are available at http://www.exim.org/ .
To replace sendmail with Exim:
@@ -16,3 +14,10 @@ To replace sendmail with Exim:
3) Adjust mailer.conf(5) and set 'sendmail_enable' and 'sendmail_flags'
as appropriate in rc.conf(5).
4) Start exim with appropriate command-line options.
+
+You may also want to configure newsyslog(8) to rotate Exim log files:
+
+# Only HUP Exim once when rejectlog and mainlog are rotated.
+/var/log/exim/mainlog sendmail:mail 640 7 * @T00 Z /var/run/exim.pid
+/var/log/exim/rejectlog sendmail:mail 640 7 * @T00 Z
+