Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0589
1 # Exim test configuration 0589
2
3 .include DIR/aux-var/std_conf_prefix
4
5 log_selector = +received_recipients +sender_on_delivery +millisec
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10
11 # ----- Routers -----
12
13 begin routers
14
15 rx_dump:
16   driver =      redirect
17   condition =   ${if !eq {$received_ip_address}{127.0.0.1}}
18   data =        :blackhole:
19
20 smtp_try:
21   driver =      accept
22   transport =   send_to_server
23
24 # ----- Transports -----
25
26 begin transports
27
28 send_to_server:
29   driver = smtp
30   hosts = HOSTIPV4
31   allow_localhost
32   port = PORT_D
33   hosts_try_fastopen = :
34
35 # ----- Retry -----
36
37 begin retry
38
39 * * F,5d,10s
40
41 # End
42