diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-04-09 18:44:05 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-04-09 18:44:05 +0000 |
| commit | 29399f79c93875d8725f1d44c2f65b9109b56482 (patch) | |
| tree | 8c499d86afa36dad30abdddb397f79d8e8655ff1 /mail/exim/files/patch-src::configure.default | |
| parent | Mark broken. Does not compile (diff) | |
1) Fix reproducible plaintext authentication crash.
2) In the sample configuration file, allow relaying from the IPv6 and
IPv4 localhost addresses.
This fixes relaying problems for folks using things like IPv6-enabled
mailman.
Bump PORTREVISION accordingly.
Reported by: Alexander Sabourenkov <lxnt@caravan.ru> (1)
Mark Edwards <mark@antsclimbtree.com> (2)
Notes
Notes:
svn path=/head/; revision=78676
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
| -rw-r--r-- | mail/exim/files/patch-src::configure.default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default index 47178ccf03dc..03ba42184f8f 100644 --- a/mail/exim/files/patch-src::configure.default +++ b/mail/exim/files/patch-src::configure.default @@ -1,5 +1,14 @@ --- src/configure.default.orig Fri Nov 23 17:31:16 2001 +++ src/configure.default Tue Dec 18 23:34:07 2001 +@@ -56,7 +56,7 @@ + + domainlist local_domains = @ + domainlist relay_to_domains = +-hostlist relay_from_hosts = 127.0.0.1 ++hostlist relay_from_hosts = localhost + + # Most straightforward access control requirements can be obtained by + # appropriate settings of the above options. In more complicated situations, you @@ -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. |
