Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / confs / 0534
CommitLineData
b8dc3e4a
PH
1# Exim test configuration 0534
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
b8dc3e4a
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_connect = two
14
15
16# ----- ACLs -----
17
18begin ACL
19
20one:
21 accept hosts = 1.2.3.4
22
23MACRO_DEFINITION=5.6.7.8
24
25two:
26 accept hosts = MACRO_DEFINITION
27
28
29# End