Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 2120
CommitLineData
afda344b
PH
1# Exim test configuration 2120
2
3SERVER=
4
d4dc049f
JH
5.include DIR/aux-var/tls_conf_prefix
6
23bb6982 7primary_hostname = thishost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11acl_smtp_rcpt = accept
12
13log_selector = +tls_peerdn
14
15queue_only
16queue_run_in_order
17
18tls_advertise_hosts = *
19
20
21# ----- Routers -----
22
23begin routers
24
25abc:
26 driver = accept
27 transport = t1
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = smtp
23bb6982 36 hosts = thishost.test.ex
afda344b
PH
37 allow_localhost
38 port = PORT_D
277b9979 39 hosts_try_fastopen = :
afda344b
PH
40
41
42# ----- Retry -----
43
44begin retry
45
46* * F,1d,1d
47
48# End