Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0534
1 # Exim test configuration 0534
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_connect = two
10
11
12 # ----- ACLs -----
13
14 begin ACL
15
16 one:
17 accept hosts = 1.2.3.4
18
19 MACRO_DEFINITION=5.6.7.8
20
21 two:
22 accept hosts = MACRO_DEFINITION
23
24
25 # End