diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-13 13:20:56 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-13 13:20:56 +0000 |
| commit | 70b4918cf08e8069e904291dfc0ec6873efc0d86 (patch) | |
| tree | d6715e317a6f6061bd1facf8790afa2fa5def48b /mail/exim/files/patch-src::configure.default | |
| parent | Update to 0.91. (diff) | |
1) Update exiscan-acl patch to -09:
Improved clamd support.
New FAQ/example documentation.
2) Enable wildlsearch lookups by default and add new
WITHOUT_WILDLSEARCH knob for disabling them.
3) Issue a fat warning if 127.0.0.1 is found in the relay_from_hosts
hostlist of an existing configure file on upgrade. This is important
for IPv6 users and doesn't hurt IPv4-only users.
4) Attempt local deliveries as the owner of the mailbox (still group
mail) and don't fail if the existing mailbox permissions are narrower
than those with which we would have created it. This works around
pw(8) creating mailboxes with 0600 permission (instead of 0660).
Don't advertise Exim's configuration syntax as simple any more. This
implies that you could leverage Exim's power with just a little reading,
which is not the case.
Bump PORTREVISION accordingly.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (1)
PR: ports/52952 (2)
Submitted by: Tim Bishop <tim@bishnet.net> (2)
Reported by: Yann Golanski <yann@kierun.org> (3)
Reported by: "Simon L. Nielsen" <simon@nitro.dk> (4)
Notes
Notes:
svn path=/head/; revision=82934
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
| -rw-r--r-- | mail/exim/files/patch-src::configure.default | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default index 03ba42184f8f..410792a3e1e3 100644 --- a/mail/exim/files/patch-src::configure.default +++ b/mail/exim/files/patch-src::configure.default @@ -1,5 +1,5 @@ ---- src/configure.default.orig Fri Nov 23 17:31:16 2001 -+++ src/configure.default Tue Dec 18 23:34:07 2001 +--- src/configure.default.orig Mon May 12 15:39:18 2003 ++++ src/configure.default Thu Jun 12 16:40:25 2003 @@ -56,7 +56,7 @@ domainlist local_domains = @ @@ -36,14 +36,16 @@ # This router matches local user mailboxes. -@@ -455,8 +459,8 @@ +@@ -455,8 +459,10 @@ delivery_date_add envelope_to_add return_path_add -# group = mail -# mode = 0660 + group = mail ++ user = $local_part + mode = 0660 ++ no_mode_fail_narrower # This transport is used for handling pipe deliveries generated by alias or |
