X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0..5f3e2ac9f39db5c8ef5a408929c8a5aba957b20f:/test/confs/0036 diff --git a/test/confs/0036 b/test/confs/0036 index 7d54acbee..6d02a44cd 100644 --- a/test/confs/0036 +++ b/test/confs/0036 @@ -2,15 +2,9 @@ SERVER = -exim_path = EXIM_PATH -keep_environment = -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 -tls_advertise_hosts = # ----- Main settings ----- @@ -43,11 +37,12 @@ begin transports local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER send_to_server: driver = smtp port = PORT_D + hosts_try_fastopen = : # End