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