Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 3202
1 # Exim test configuration 3202
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 # Use first three components of address to select ACL
10 acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
11
12 # ----- ACLs -----
13
14 begin acl
15
16 acl_1_1_1:
17 accept hosts = net-testdb;defer
18
19 acl_1_1_2:
20 deny domains = testdb;defer
21
22 acl_1_1_3:
23 require local_parts = testdb;defer
24
25
26 # End