X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aeaf5db33f20a06399b8b15630cd2f5e9755e38a..4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2:/test/confs/0230 diff --git a/test/confs/0230 b/test/confs/0230 index 350a110a8..ecce42295 100644 --- a/test/confs/0230 +++ b/test/confs/0230 @@ -2,13 +2,9 @@ SERVER= -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/SERVER%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -36,7 +32,7 @@ check_recipient: begin routers -.ifdef RT +.ifdef OPT to_server: driver = manualroute transport = remote @@ -62,12 +58,14 @@ begin transports local_delivery: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail headers_add = Port: $sender_host_port user = CALLER remote: driver = smtp port = PORT_D + hosts_try_fastopen = : # ----- Retry -----