Logging: mark continued-TLS connection deliveries with "X-*"
[exim.git] / test / confs / 1009
CommitLineData
98cd9003
PH
1# Exim test configuration 1009
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
98cd9003
PH
5
6# ----- Main settings -----
7
8queue_run_in_order
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = dnslookup
17 transport = t1
18 self = send
19
20
21# ----- Transports -----
22
23begin transports
24
25t1:
26 driver = smtp
27 port = PORT_S
28
29
30# ----- Retry -----
31
32begin retry
33
34* * F,1d,2h
35
36
37# End