Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0499
CommitLineData
afda344b
PH
1# Exim test configuration 0499
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9domainlist anymx = @mx_any
f3d7df6c 10disable_ipv6
afda344b
PH
11
12
13# ----- Routers -----
14
15begin routers
16
17r1:
18 driver = accept
19 domains = +anymx
20 condition = ${if match_domain{$domain}{+anymx}{yes}}
21 transport = t1
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
277b9979 30 hosts_try_fastopen = :
afda344b
PH
31
32
33# End