PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0507
1 # Exim test configuration 0507
2
3 ERROR_DETAILS=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 acl_smtp_rcpt = accept
12 acl_smtp_data = check_data
13
14 ERROR_DETAILS
15
16 # ----- ACL ------
17
18 begin acl
19
20 check_data:
21 accept verify = not_blind
22
23
24 # End