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