summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-28 12:42:01 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-28 19:44:57 +0000
commit66387a737208e277990b0cbfe58db3db419f34b2 (patch)
tree80fb5d051e5dbbebf056d5eb4887fe2d5f6d7c71 /test/confs
parentd011368ae0e05db3dd79c111020686f3a1364ab0 (diff)
Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. Bug 2149
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/100913
1 files changed, 13 insertions, 0 deletions
diff --git a/test/confs/1009 b/test/confs/1009
index af6e27642..fbfa7f0c1 100644
--- a/test/confs/1009
+++ b/test/confs/1009
@@ -1,5 +1,7 @@
# Exim test configuration 1009
+OPT=
+
.include DIR/aux-var/std_conf_prefix
@@ -12,10 +14,21 @@ queue_run_in_order
begin routers
+.ifdef ROUTE_DATA
+r0:
+ driver = manualroute
+ route_data = ROUTE_DATA OPT
+ transport = t1
+ self = send
+
+.else
+
r1:
driver = dnslookup
transport = t1
self = send
+ OPT
+.endif
# ----- Transports -----