X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/23f3dc67a13f71bb8fdf2930052d3fdce85e9774..001bf8f58763581d117edaa391aa13ac139eb39b:/test/confs/0610 diff --git a/test/confs/0610 b/test/confs/0610 index a68b4ebee..5ce2723ae 100644 --- a/test/confs/0610 +++ b/test/confs/0610 @@ -2,16 +2,10 @@ SERVER = -exim_path = EXIM_PATH -host_lookup_order = bydns -#primary_hostname = myhost.test.ex +.include DIR/aux-var/std_conf_prefix + rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/SERVER%slog log_selector = +sender_on_delivery -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = # ----- Main settings ----- @@ -34,9 +28,15 @@ conn_chk: begin routers -client: +r1: + driver = accept + condition = ${if eq {t1}{$sender_address_local_part}} + transport = t1 + +r2: driver = accept - transport = $sender_address_local_part + condition = ${if eq {t2}{$sender_address_local_part}} + transport = t2 # ----- Transports ----- @@ -48,13 +48,15 @@ t1: hosts = 127.0.0.1 port = PORT_D interface = 127.0.0.1 + hosts_try_fastopen = : t2: driver = smtp allow_localhost hosts = 127.0.0.1 port = PORT_D - interface = 127.0.0.2 + interface = HOSTIPV4 + hosts_try_fastopen = : # ----- Retry -----