diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-12-08 15:23:43 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-12-08 15:23:43 +0000 |
| commit | e4d91e417277fba750406cb428692432496fd79c (patch) | |
| tree | 03cd7994c6f2df158437d909226c176fa377b13f /mail/exim/files/configure.default | |
| parent | a0137c4f0ccde8f70e2a41ecf2ba049c88481d55 (diff) | |
Upgrade to 2.054 (Testing release!).
Patches incorporated by the author were removed. One new patch created
to prevent core dumps when running non-listening queue-runners.
Handle the difference in BINOWN between stable (bin) and current (root),
obviating the need for an INSTALL script.
Don't install shell script "place-holders" for eximon when built without
USE_XLIB, just touch the files for package-friendliness. Graceful.
Improve out-of-the-box relay handling; localhost symoblic name was weak,
use private subnet numerical net instead.
Submitted by: maintainer
Diffstat (limited to 'mail/exim/files/configure.default')
| -rw-r--r-- | mail/exim/files/configure.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/files/configure.default b/mail/exim/files/configure.default index 962fb9579aca..6548c319e057 100644 --- a/mail/exim/files/configure.default +++ b/mail/exim/files/configure.default @@ -99,7 +99,7 @@ host_lookup_nets = 0.0.0.0/0 # unscrupulous people out there who will make use of open relays to try to # disguise the source of unsolicited bulk mail. -sender_host_accept_relay = localhost +sender_net_accept_relay = 127.0.0.1/32 # If you want Exim to support the "percent hack" for all your local domains, |
