diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-07-11 11:22:32 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-07-11 11:22:32 +0000 |
commit | 6fa562ac2de74bd222e653bb87f077d3f36de4f7 (patch) | |
tree | 83c66d10d5cd608716af52ad97f603565fa80fa5 /mail/exim/pkg-message | |
parent | b8cab4c77dd847227eaebebd373731d09195a9ef (diff) | |
download | FreeBSD-ports-6fa562ac2de74bd222e653bb87f077d3f36de4f7.zip FreeBSD-ports-6fa562ac2de74bd222e653bb87f077d3f36de4f7.tar.gz |
Too many people have complained about my choice of MTA user (sendmail).
Bite the bullet _now_ and use MTA user exim instead. This means that
only early adopters of Exim-3.31 are affected, rather than lots more
folks further down the line.
I still think mailnull is better, but nobody in the Exim community
agrees with me. :-)
Bump PORTREVISION as appropriate.
Diffstat (limited to 'mail/exim/pkg-message')
-rw-r--r-- | mail/exim/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/pkg-message b/mail/exim/pkg-message index c9528f8..37cad95 100644 --- a/mail/exim/pkg-message +++ b/mail/exim/pkg-message @@ -18,6 +18,6 @@ To run Exim instead of sendmail on startup: 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 +/var/log/exim/mainlog exim:mail 640 7 * @T00 Z /var/run/exim.pid +/var/log/exim/rejectlog exim:mail 640 7 * @T00 Z |