Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0368
CommitLineData
afda344b
PH
1# Exim test configuration 0368
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : *.test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16r1:
17 driver = manualroute
18 domains = manualroute
19 route_list = * ten-1.test.ex:ten-1.test.ex:ten-2.test.ex
20 transport = t1
21
22r2:
23 driver = dnslookup
24 transport = t1
25
26
27# ----- Transports -----
28
29begin transports
30
31t1:
32 driver = smtp
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,1d
41
42
43# End