Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. Bug...
[exim.git] / test / confs / 1009
index 1bbbdd35513331d34e2ce9813d5d6f34fe16f29a..fbfa7f0c108bd49f896daccd48f08ccd15a0f56a 100644 (file)
@@ -1,11 +1,9 @@
 # Exim test configuration 1009
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+OPT=
+
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -16,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 -----