90e6bde3b65375c1e4ba4f3cd0d0cea0eb0d31c1
[exim.git] / test / confs / 0507
1 # Exim test configuration 0507
2
3 ERROR_DETAILS=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = accept
16 acl_smtp_data = check_data
17
18 ERROR_DETAILS
19
20 # ----- ACL ------
21
22 begin acl
23
24 check_data:
25   accept  verify = not_blind
26
27
28 # End