b0adf43eba5d0236c84a030a2b5b022415a5f263
[exim.git] / test / confs / 0312
1 # Exim test configuration 0312
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_rcpt = check_rcpt
14
15 # ------ ACL ------
16
17 begin acl
18
19 check_rcpt:
20     deny    dnslists = +defer_unknown : test.again.dns
21     accept
22
23 # End