diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-11 12:34:54 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-11 12:34:54 +0000 |
commit | 06b84adc7d122c4a899061fec70d8e3b26183af9 (patch) | |
tree | 3042d055c544f6db1ec0eaccf36f07daa1be2f26 /mail/exim/files/patch-src::configure.default | |
parent | Update to 1.9.5.4. (diff) |
Build Exim with compile-time defaults for exim_user and exim_group.
Use the newly added mailnull user, and the now well-established group
mail.
The use of compile-time defaults for these values is not required for
many sites, but are important for more exotic applications.
This ensures that the packages are useful to the widest audience
possible.
Notes
Notes:
svn path=/head/; revision=51352
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
-rw-r--r-- | mail/exim/files/patch-src::configure.default | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default index a5876067d758..9b24cf348686 100644 --- a/mail/exim/files/patch-src::configure.default +++ b/mail/exim/files/patch-src::configure.default @@ -1,14 +1,16 @@ --- src/configure.default.orig Thu Jun 14 19:39:54 2001 +++ src/configure.default Thu Jun 14 20:10:52 2001 -@@ -99,6 +99,8 @@ +@@ -99,7 +99,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 = exim +-never_users = root ++exim_user = mailnull +exim_group = mail - never_users = root ++never_users = root : mailnull + # The use of your host as a mail relay by any host, including the local host @@ -122,6 +124,8 @@ # See the section of the manual entitled "Control of relaying" for more # information. @@ -29,17 +31,17 @@ # This transport is used for handling pipe deliveries generated by alias -@@ -294,7 +298,8 @@ +@@ -300,7 +304,8 @@ driver = aliasfile file = /etc/aliases search_type = lsearch -# user = exim -+ user = exim ++ user = mailnull + group = mail file_transport = address_file pipe_transport = address_pipe -@@ -328,6 +333,7 @@ +@@ -334,6 +339,7 @@ file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply |