Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0519
... / ...
CommitLineData
1# Exim test configuration 0519
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = accept
17 transport = t1
18
19
20# ----- Transports -----
21
22begin transports
23
24t1:
25 driver = smtp
26 hosts = 127.0.0.1 : non-exist.test.ex
27 port = PORT_S
28 allow_localhost
29
30# End