DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0058
CommitLineData
afda344b
PH
1# Exim test configuration 0058
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = check_recipient
10domainlist local_domains = test.ex : myhost.ex
11hostlist relay_hosts = *
12
13
14# ----- ACL -----
15
16begin acl
17
18check_recipient:
19 accept domains = +local_domains
20 accept hosts = +relay_hosts
21 deny message = relay not permitted
22
23
24# End