summaryrefslogtreecommitdiff
path: root/test/confs/2200
blob: 904ccfb18e5db2884212fff80c5c3f5f9d74a3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Exim test configuration 2200
# Check for dnsdb cache TTL handling

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_not_smtp = check_rcpt
queue_only

begin acl

check_rcpt:
  warn
	set acl_m1 =    ${map {<,$recipients} \
				{${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
	delay =		4s
	set acl_m1 =    ${map {<,$recipients} \
				{${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
  accept

# End