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