diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-28 17:53:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-28 17:53:29 +0000 |
commit | 560e71cc545182bb51a7d038ac40eebac8e045aa (patch) | |
tree | dbfbb889245ab0d12b259bc53a5a7d9dc16ed191 /test/confs | |
parent | 30c3236bdc2fba05051cd77d52fb1cb29cb70afb (diff) |
Testsuite: add dnsdb testcase for defer when used in ACL
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2200 | 8 |
1 files changed, 7 insertions, 1 deletions
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}}} |