diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 09:20:20 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 09:20:20 +0000 |
commit | 776192097b0b530936340cf9b482e7a12cd0b34e (patch) | |
tree | a695dfc57be78b31a82de19748f5e9a78636bfcf /mail/exim-devel/files | |
parent | cb56d330f5e6fbae036c8c51885f1554a44fdb55 (diff) | |
download | FreeBSD-ports-776192097b0b530936340cf9b482e7a12cd0b34e.zip FreeBSD-ports-776192097b0b530936340cf9b482e7a12cd0b34e.tar.gz |
Sandbox Exim.
Since BSD UNIX still doesn't offer a user for running an MTA in a
sandbox the way many Linux distributions do, the Exim port uses
the traditional sandbox user for sendmail, called 'sendmail'.
Bump PORTREVISION accordingly.
Diffstat (limited to 'mail/exim-devel/files')
-rw-r--r-- | mail/exim-devel/files/configure.default | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim-devel/files/configure.default b/mail/exim-devel/files/configure.default index 7272938..8063ef6 100644 --- a/mail/exim-devel/files/configure.default +++ b/mail/exim-devel/files/configure.default @@ -76,9 +76,9 @@ # normal user. This isn't usually a problem, as most sites have an alias for # root that redirects such mail to a human administrator. -exim_user = XX_BINOWN_XX +exim_user = sendmail exim_group = mail -never_users = root : XX_BINOWN_XX +never_users = root # The use of your host as a mail relay by any host, including the local host @@ -161,6 +161,7 @@ host_lookup = 0.0.0.0/0 # percent_hack_domains = * pid_file_path = /var/run/exim%s.pid +log_file_path = /var/run/exim/%s.pid end |