Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0478
CommitLineData
afda344b
PH
1# Exim test configuration 0478
2
3SERVER=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = accept
11deliver_drop_privilege
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = t1
21
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = smtp
30079bc1 29 port = PORT_D
277b9979 30 hosts_try_fastopen = :
f3ebb786
JH
31 hosts = ${if !eq {$sender_host_address}{} {V4NET.0.0.2} \
32 {${if eq {127.0.0.1}{$local_part} {127.0.0.1} \
33 {${if eq {V4NET.0.0.1}{$local_part} {V4NET.0.0.1}}}}}}
afda344b
PH
34 allow_localhost
35 connect_timeout = 1s
36
37
38# ----- Retry -----
39
40begin retry
41
42* * F,1d,2h
43
44
45# End