Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0259
CommitLineData
afda344b
PH
1# Exim test configuration 0259
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
f926e272 5rfc1413_query_timeout = 5s
d4dc049f 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12
13begin routers
14
15all:
16 driver = manualroute
17 domains = ! test.ex
18 route_list = * 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23
24begin transports
25
26smtp:
27 driver = smtp
28 port = PORT_S
29
30
31begin retry
32
33* * F,5d,10s
34
35# End