Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 2501
CommitLineData
afda344b
PH
1# Exim test configuration 2501
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 = dsearch;DIR/aux-fixed/TESTNUM.domains
10
11
12# ------ Routers ------
13
14begin routers
15
16r1:
17 driver = accept
18 domains = +local_domains
19 transport = t1
20
21
22# ------ Transports ------
23
24begin transports
25
26t1:
27 driver = appendfile
28 file = /dev/null
29 user = CALLER
30
31
32# ------ Retry ------
33
34begin retry
35
36* * F,1d,10m
37
38# End