Fix dkim_verify_signers option. Bug 2366
[exim.git] / test / confs / 0308
1 # Exim test configuration 0308
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_V4NET_0_0:
17 accept hosts = *.test.ex
18 accept hosts = V4NET.0.0.97
19
20 # End