b6978dddf8491b5c6948516d1713339da2cf6dba
[exim.git] / test / confs / 0509
1 # Exim test configuration 0509
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
12 # ----- Main settings -----
13
14 acl_smtp_connect = check_connect
15
16
17 # ----- ACL -----
18
19 begin acl
20
21 check_connect:
22    warn  dnslists = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13
23          logwrite = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13
24
25    warn  dnslists = test.ex/a.b.c.d::ten-1
26          logwrite = test.ex/a.b.c.d::ten-1
27
28 # End