X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2200;h=73f6f48e7a6e4d59a96b6f03c5843eae9c2832ee;hb=047d749f00f74798bc984d28602fae37dd957760;hp=904ccfb18e5db2884212fff80c5c3f5f9d74a3fd;hpb=d4dc049f9a9e80ac3a470fd644418668eefedecb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/2200 b/test/confs/2200 index 904ccfb18..73f6f48e7 100644 --- a/test/confs/2200 +++ b/test/confs/2200 @@ -7,12 +7,18 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- -acl_not_smtp = check_rcpt +acl_smtp_rcpt = check_rcpt +acl_not_smtp = check_not_smtp queue_only begin acl check_rcpt: + accept + local_parts = defer_strict + set acl_m1 = ${lookup dnsdb{defer_strict,a=$domain}} + +check_not_smtp: warn set acl_m1 = ${map {<,$recipients} \ {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}