Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 2200
CommitLineData
afda344b 1# Exim test configuration 2200
14b3c5bc 2# Check for dnsdb cache TTL handling
afda344b
PH
3
4exim_path = EXIM_PATH
bc3c7bb7 5keep_environment =
afda344b
PH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b 13
14b3c5bc
JH
14# ----- Main settings -----
15
16acl_not_smtp = check_rcpt
17queue_only
18
19begin acl
20
21check_rcpt:
22 warn
23 set acl_m1 = ${map {<,$recipients} \
24 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
25 delay = 4s
26 set acl_m1 = ${map {<,$recipients} \
27 {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
28 accept
29
afda344b 30# End