Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0534
CommitLineData
b8dc3e4a
PH
1# Exim test configuration 0534
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
b8dc3e4a 5primary_hostname = myhost.test.ex
b8dc3e4a
PH
6
7# ----- Main settings -----
8
9acl_smtp_connect = two
10
11
12# ----- ACLs -----
13
14begin ACL
15
16one:
17 accept hosts = 1.2.3.4
18
19MACRO_DEFINITION=5.6.7.8
20
21two:
22 accept hosts = MACRO_DEFINITION
23
24
25# End