Docs: indexing of retry final-cutoff
[exim.git] / test / confs / 4058
CommitLineData
ee8b8090
JH
1# test config 4058
2# Early-pipelining with TCP Fast Open
3
4OPT=
5
6keep_environment = PATH
7exim_path = EXIM_PATH
8host_lookup_order = bydns
9spool_directory = DIR/spool
10
11.ifdef SERVER
12log_file_path = DIR/spool/log/SERVER%slog
13.else
14log_file_path = DIR/spool/log/%slog
15.endif
16log_selector = +received_recipients +millisec +pipelining
17
18gecos_pattern = ""
19gecos_name = CALLER_NAME
20dns_cname_loops = 9
21chunking_advertise_hosts = OPT
22tls_advertise_hosts =
23
24pipelining_connect_advertise_hosts = *
25queue_only
26
27acl_smtp_rcpt = accept
28
29#
30begin routers
31
32server:
33 driver = redirect
34 condition = ${if eq {SERVER}{server}}
35 data = :blackhole:
36
37client:
38 driver = manualroute
39 route_data = 127.0.0.1::PORT_D
40 self = send
41 transport = smtp
42
43#
44begin transports
45
46smtp:
47 driver = smtp
48 hosts_try_fastopen = *
49 hosts_pipe_connect = *
50