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