diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-18 21:54:57 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-18 21:54:57 +0000 |
commit | 145f1f9d098bfe989c8dc1ce41bdf14e7a429927 (patch) | |
tree | f5012f886b612e36f5bf8ba317060a381f4ca8e3 /mail/exim-devel/files/patch-src::configure.default | |
parent | Search for the mailnull user quietly (grep -q). (diff) |
Update for exim-3.951 (AKA exim-4.0 alpha release) after repo copy.
This port can be used by early adopters of the upcoming exim-4.0
release. NO_LATEST_LINK is set to prevent package building, since
version-chasers will likely be bitten hard by an unwitting upgrade.
Notes
Notes:
svn path=/head/; revision=51756
Diffstat (limited to 'mail/exim-devel/files/patch-src::configure.default')
-rw-r--r-- | mail/exim-devel/files/patch-src::configure.default | 55 |
1 files changed, 23 insertions, 32 deletions
diff --git a/mail/exim-devel/files/patch-src::configure.default b/mail/exim-devel/files/patch-src::configure.default index 9b24cf348686..b913b1c91cd3 100644 --- a/mail/exim-devel/files/patch-src::configure.default +++ b/mail/exim-devel/files/patch-src::configure.default @@ -1,8 +1,8 @@ ---- src/configure.default.orig Thu Jun 14 19:39:54 2001 -+++ src/configure.default Thu Jun 14 20:10:52 2001 -@@ -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. +--- src/configure.default.orig Fri Nov 23 17:31:16 2001 ++++ src/configure.default Tue Dec 18 23:34:07 2001 +@@ -138,7 +138,9 @@ + # 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. -never_users = root +exim_user = mailnull @@ -10,42 +10,33 @@ +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. - -+host_accept_relay = 127.0.0.1 -+ - # The setting below causes Exim to do a reverse DNS lookup on all incoming - # IP calls, in order to get the true host name. If you feel this is too -@@ -230,8 +234,8 @@ - delivery_date_add - envelope_to_add - return_path_add --# group = mail --# mode = 0660 -+ group = mail -+ mode = 0660 - - - # This transport is used for handling pipe deliveries generated by alias -@@ -300,7 +304,8 @@ - driver = aliasfile - file = /etc/aliases - search_type = lsearch +@@ -343,7 +345,8 @@ + allow_fail + allow_defer + data = ${lookup{$local_part}lsearch{/etc/aliases}} -# user = exim + user = mailnull + group = mail file_transport = address_file pipe_transport = address_pipe -@@ -334,6 +339,7 @@ +@@ -377,6 +380,7 @@ file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply -+ match_directory = !^/nonexistent ++ condition = !match{${rxquote:${home}}}{^/nonexistent} + + + # This router matches local user mailboxes. +@@ -420,8 +424,8 @@ + delivery_date_add + envelope_to_add + return_path_add +-# group = mail +-# mode = 0660 ++ group = mail ++ mode = 0660 - # This director matches local user mailboxes. + # This transport is used for handling pipe deliveries generated by alias or |