testsuite: abstract out common conf settings
[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
39
40
41# ----- Retry -----
42
43begin retry
44
45* * F,1d,1d
46
47# End