X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/98cd900383067034f8996ae6f1546877114b2995..5078e5337323159ff8c293e7ae335a974fd0371e:/test/confs/1009 diff --git a/test/confs/1009 b/test/confs/1009 index a29187eae..c8184a64e 100644 --- a/test/confs/1009 +++ b/test/confs/1009 @@ -1,12 +1,9 @@ # Exim test configuration 1009 -exim_path = EXIM_PATH -host_lookup_order = bydns -rfc1413_query_timeout = 0s -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 ----- @@ -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 ----- @@ -30,6 +38,7 @@ begin transports t1: driver = smtp port = PORT_S + hosts_try_fastopen = : # ----- Retry -----