Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0497
1 # Exim test configuration 0497
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 r0:
16 driver = redirect
17 senders = :
18 data = :blackhole: discard bounces
19
20 r1:
21 driver = accept
22 transport = t1
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 t1:
30 driver = smtp
31 hosts = 127.0.0.1
32 port = PORT_S
33 allow_localhost
34
35
36 # ----- Retry -----
37
38 begin retry
39
40 * lost_connection
41 * mail_4xx
42 * rcpt_4xx
43 * data_4xx
44 * * F,1d,15m
45
46
47 # End