DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 1000
1 # Exim test configuration 1000
2
3 HL=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9
10 # ----- Main settings -----
11
12 acl_smtp_connect = check_connect
13 HL
14
15
16 # ----- ACL -----
17
18 begin acl
19
20 check_connect:
21 warn log_message = matched hostlist
22 hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex
23
24 accept condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}}
25
26 # End