Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0242
CommitLineData
afda344b
PH
1# Exim test configuration 0242
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
10qualify_domain = test.ex
11
12
13# ----- Routers -----
14
15begin routers
16
17all:
18 driver = manualroute
19 domains = ! +local_domains
20 route_list = * 127.0.0.1 byname
21 self = send
22 transport = smtp
23 no_more
24
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,10s
41
42
43# End