Expansions: new ${lheader:<name>}. Bug 2272
[exim.git] / test / confs / 1009
index 99b78d9c108f1b3336a4d22d986c2bdad20e1295..fbfa7f0c108bd49f896daccd48f08ccd15a0f56a 100644 (file)
@@ -1,12 +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
-tls_advertise_hosts =
+OPT=
+
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -17,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 -----