DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 1000
CommitLineData
afda344b
PH
1# Exim test configuration 1000
2
3HL=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9
10# ----- Main settings -----
11
12acl_smtp_connect = check_connect
13HL
14
15
16# ----- ACL -----
17
18begin acl
19
20check_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