Typo in default configuration: relay_domains should be relay_to_domains.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 25 Oct 2006 08:42:57 +0000 (08:42 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 25 Oct 2006 08:42:57 +0000 (08:42 +0000)
src/src/configure.default

index 5b6f11af0f3ee7263b8e4f9fbc5a649185dfe13c..156e9d14437c8d499e8aea02099864e51212a8e9 100644 (file)
@@ -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