X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d1af83598f7d6b32516a11bb28e569d592a05c48..ae80738263712ae4f7dcf6a87a99320447537cfb:/test/confs/1009 diff --git a/test/confs/1009 b/test/confs/1009 index a9aa730f4..c8184a64e 100644 --- a/test/confs/1009 +++ b/test/confs/1009 @@ -1,13 +1,9 @@ # Exim test configuration 1009 -exim_path = EXIM_PATH -keep_environment = -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 ----- @@ -18,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 ----- @@ -31,6 +38,7 @@ begin transports t1: driver = smtp port = PORT_S + hosts_try_fastopen = : # ----- Retry -----