diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-09-12 10:09:02 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-09-12 10:09:02 +0000 |
commit | 71de2357c8078808b1c579b08204feee10728259 (patch) | |
tree | bf28ece9f501d707a007b0b3b4a7ffa6f192e483 /mail/exim-devel/files/patch-src::configure.default | |
parent | Fix plist, bump revision. (diff) |
I agree with the Exim community that the exim-4.xx has reached production
quality.
Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible. Move
exim-devel to exim, removing NO_LATEST_LINK:
repo-copy exim -> exim-old
copy over exim-devel -> exim
retire exim-devel
Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.
Notes
Notes:
svn path=/head/; revision=66190
Diffstat (limited to 'mail/exim-devel/files/patch-src::configure.default')
-rw-r--r-- | mail/exim-devel/files/patch-src::configure.default | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/exim-devel/files/patch-src::configure.default b/mail/exim-devel/files/patch-src::configure.default deleted file mode 100644 index 768660800cc6..000000000000 --- a/mail/exim-devel/files/patch-src::configure.default +++ /dev/null @@ -1,40 +0,0 @@ ---- src/configure.default.orig Fri Nov 23 17:31:16 2001 -+++ src/configure.default Tue Dec 18 23:34:07 2001 -@@ -147,6 +147,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 - never_users = root - - -@@ -365,7 +367,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 - -@@ -399,6 +402,7 @@ - file_transport = address_file - pipe_transport = address_pipe - reply_transport = address_reply -+ condition = ${if exists{$home/.forward} {yes} {no} } - - - # This router matches local user mailboxes. -@@ -442,8 +446,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 or |