Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0478
1 # Exim test configuration 0478
2
3 SERVER=
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 acl_smtp_rcpt = accept
11 deliver_drop_privilege
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 r1:
19 driver = accept
20 transport = t1
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 t1:
28 driver = smtp
29 port = PORT_D
30 hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}}
31 allow_localhost
32 connect_timeout = 1s
33
34
35 # ----- Retry -----
36
37 begin retry
38
39 * * F,1d,2h
40
41
42 # End