Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0583
1 # Exim test configuration 0583
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/case_insensitive
22
23
24 # End