X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0495;h=7a879288d7e69c76592bf9c7d51691de10c7a8b5;hb=ef619222452aa41b843468d66399bbb4e95beda3;hp=8706c790b8ca075bfa53296b2f00bb0665f1d490;hpb=7eb59ff94f571a06e5dab25e417979095d569495;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0495 b/test/confs/0495 index 8706c790b..7a879288d 100644 --- a/test/confs/0495 +++ b/test/confs/0495 @@ -1,13 +1,8 @@ # Exim test configuration 0495 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -69,6 +64,7 @@ t1: driver = smtp hosts = 127.0.0.1 : HOSTIPV4 port = PORT_S + hosts_try_fastopen = : allow_localhost command_timeout = 1s @@ -76,15 +72,18 @@ t2: driver = smtp hosts = V4NET.9.8.7 port = PORT_S + hosts_try_fastopen = : t3: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER t4: driver = smtp hosts = V4NET.10.10.10 port = nonexistent + hosts_try_fastopen = : # End