diff options
author | steve <steve@FreeBSD.org> | 1999-06-08 23:28:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-08 23:28:03 +0000 |
commit | 47a57359c11bfff403825b4b9d1c532be45f2b42 (patch) | |
tree | d1cd9235c0f433516283fcdc823800cf52a517db /mail/exim-devel/files | |
parent | 036754bb0953f92fba479b29df4959af5c76a654 (diff) | |
download | FreeBSD-ports-47a57359c11bfff403825b4b9d1c532be45f2b42.zip FreeBSD-ports-47a57359c11bfff403825b4b9d1c532be45f2b42.tar.gz |
Update to version 3.02.
PR: 12004
Submitted by: maintainer
Diffstat (limited to 'mail/exim-devel/files')
-rw-r--r-- | mail/exim-devel/files/configure.default | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/exim-devel/files/configure.default b/mail/exim-devel/files/configure.default index 98de94e..18de5f1 100644 --- a/mail/exim-devel/files/configure.default +++ b/mail/exim-devel/files/configure.default @@ -79,7 +79,7 @@ never_users = root # expensive, you can specify the networks for which a lookup is done, or # remove the setting entirely. -host_lookup_nets = 0.0.0.0/0 +host_lookup = 0.0.0.0/0 # Exim contains support for the Realtime Blocking List (RBL) that is being @@ -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_net_accept_relay = 127.0.0.1/32 +host_accept_relay = "127.0.0.1/32" # If you want Exim to support the "percent hack" for all your local domains, @@ -233,6 +233,8 @@ end system_aliases: driver = aliasfile + file_transport = address_file + pipe_transport = address_pipe file = /etc/aliases search_type = lsearch # user = XX_BINOWN_XX @@ -248,6 +250,9 @@ system_aliases: userforward: driver = forwardfile + file_transport = address_file + pipe_transport = address_pipe + reply_transport = address_reply file = .forward no_verify no_expn |