X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F4058;fp=test%2Fconfs%2F4058;h=887427a57403b5718df39dc0c961881b933e2882;hb=ee8b809061baea861fc87c41bcb72a62d76b0047;hp=0000000000000000000000000000000000000000;hpb=b536a578fbabdc9d39da53d54a8d7700ba537431;p=exim.git diff --git a/test/confs/4058 b/test/confs/4058 new file mode 100644 index 000000000..887427a57 --- /dev/null +++ b/test/confs/4058 @@ -0,0 +1,50 @@ +# test config 4058 +# Early-pipelining with TCP Fast Open + +OPT= + +keep_environment = PATH +exim_path = EXIM_PATH +host_lookup_order = bydns +spool_directory = DIR/spool + +.ifdef SERVER +log_file_path = DIR/spool/log/SERVER%slog +.else +log_file_path = DIR/spool/log/%slog +.endif +log_selector = +received_recipients +millisec +pipelining + +gecos_pattern = "" +gecos_name = CALLER_NAME +dns_cname_loops = 9 +chunking_advertise_hosts = OPT +tls_advertise_hosts = + +pipelining_connect_advertise_hosts = * +queue_only + +acl_smtp_rcpt = accept + +# +begin routers + +server: + driver = redirect + condition = ${if eq {SERVER}{server}} + data = :blackhole: + +client: + driver = manualroute + route_data = 127.0.0.1::PORT_D + self = send + transport = smtp + +# +begin transports + +smtp: + driver = smtp + hosts_try_fastopen = * + hosts_pipe_connect = * +