Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0305
1 # Exim test configuration 0305
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist ok_domains = ${if eq{$domain}{ten-1.test.ex}{$domain}}
10
11 acl_smtp_rcpt = acl1
12
13 # ----- ACLs -----
14
15 begin acl
16
17 acl1:
18 accept domains = +ok_domains
19
20
21 # ------ Routers ------
22
23 begin routers
24
25 r1:
26 driver = accept
27 domains = +ok_domains
28 verify_only
29
30
31 # End