summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::configure.default
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2004-01-12 10:56:41 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2004-01-12 10:56:41 +0000
commita0d0a1e903b31f18c42f2502ee5f8ee00c171cfa (patch)
treeca8a0e796f29285de27c1db875809bebf0abfef5 /mail/exim/files/patch-src::configure.default
parentRe-add srvx 1.2.1, srvx IRC services. [1] (diff)
1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.
2) Allow the operator to override exim user and group with EXIM_USER and EXIM_GROUP. This was made possible by the introduction of runtime resolution of the exim_user UID and the exim_group GID, new in exim-4.30. Reported by: Phil Pennock <pdp@nl.demon.net>
Notes
Notes: svn path=/head/; revision=97983
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
-rw-r--r--mail/exim/files/patch-src::configure.default10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default
index 410792a3e1e3..56a0a114432b 100644
--- a/mail/exim/files/patch-src::configure.default
+++ b/mail/exim/files/patch-src::configure.default
@@ -13,8 +13,8 @@
# were a 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 = mailnull
-+exim_group = mail
++exim_user = XX_EXIM_USER_XX
++exim_group = XX_EXIM_GROUP_XX
never_users = root
@@ -23,8 +23,8 @@
allow_defer
data = ${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}
-# user = exim
-+ user = mailnull
-+ group = mail
++ user = XX_EXIM_USER_XX
++ group = XX_EXIM_GROUP_XX
file_transport = address_file
pipe_transport = address_pipe
@@ -42,7 +42,7 @@
return_path_add
-# group = mail
-# mode = 0660
-+ group = mail
++ group = XX_EXIM_GROUP_XX
+ user = $local_part
+ mode = 0660
+ no_mode_fail_narrower