TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0512
CommitLineData
afda344b
PH
1# Exim test configuration 0512
2
3HARDLIMIT=
4
5exim_path = EXIM_PATH
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
PH
13
14# ----- Main settings -----
15
16
17# ----- Routers -----
18
19begin routers
20
21r0:
22 driver = redirect
23 senders = :
24 data = :blackhole:
25
26r1:
27 driver = accept
28 transport = t1
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = smtp
37 hosts = 127.0.0.1 : 127.0.0.1 : 127.0.0.1 : 127.0.0.1
38 port = PORT_S
39 allow_localhost
40 hosts_max_try = 1
41 HARDLIMIT
42
43
44# ----- Retry -----
45
46begin retry
47
48
49* * F,1s,1s
50
51# End