1 # Exim test configuration 2200
2 # Check for dnsdb cache TTL handling
4 .include DIR/aux-var/std_conf_prefix
6 primary_hostname = myhost.test.ex
8 # ----- Main settings -----
10 acl_smtp_rcpt = check_rcpt
11 acl_not_smtp = check_not_smtp
18 local_parts = defer_strict
19 set acl_m1 = ${lookup dnsdb{defer_strict,a=$domain}}
23 set acl_m1 = ${map {<,$recipients} \
24 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
26 set acl_m1 = ${map {<,$recipients} \
27 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}