diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-25 08:42:57 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-25 08:42:57 +0000 |
commit | 8bffe3429669509867febc3e4503d5c57830744b (patch) | |
tree | b7e4047e9363479b6fdf7403bb5db0a5435fdb85 | |
parent | 8dce1a6f161d5f3617c38695029d485cc363fb43 (diff) |
Typo in default configuration: relay_domains should be relay_to_domains.
-rw-r--r-- | src/src/configure.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index 5b6f11af0..156e9d144 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/configure.default,v 1.11 2006/09/26 13:51:00 ph10 Exp $ +# $Cambridge: exim/src/src/configure.default,v 1.12 2006/10/25 08:42:57 ph10 Exp $ ###################################################################### # Runtime configuration file for Exim # @@ -401,7 +401,7 @@ acl_check_rcpt: # relaying. Any other domain is rejected as being unacceptable for relaying. require message = relay not permitted - domains = +local_domains : +relay_domains + domains = +local_domains : +relay_to_domains # We also require all accepted addresses to be verifiable. This check will # do local part verification for local domains, but only check the domain |