Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 2200
CommitLineData
afda344b 1# Exim test configuration 2200
bfe645c1 2# Check for dnsdb cache TTL handling
afda344b 3
4fab92fb
HSHR
4.include DIR/aux-var/std_conf_prefix
5
afda344b 6primary_hostname = myhost.test.ex
bfe645c1
JH
7
8# ----- Main settings -----
9
10acl_not_smtp = check_rcpt
11queue_only
12
13begin acl
14
15check_rcpt:
16 warn
17 set acl_m1 = ${map {<,$recipients} \
18 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
19 delay = 4s
20 set acl_m1 = ${map {<,$recipients} \
21 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
22 accept
afda344b
PH
23
24# End