summaryrefslogtreecommitdiff
path: root/test/confs/0534
blob: db19f253ac20509bc3de6a21f572ec358119246d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Exim test configuration 0534

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_connect = two


# ----- ACLs -----

begin ACL

one:
  accept hosts = 1.2.3.4

MACRO_DEFINITION=5.6.7.8

two:
  accept hosts = MACRO_DEFINITION


# End