From a0d0a1e903b31f18c42f2502ee5f8ee00c171cfa Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 12 Jan 2004 10:56:41 +0000 Subject: 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 --- mail/exim/files/patch-src::configure.default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/exim/files/patch-src::configure.default') 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 -- cgit v1.2.3