TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0388
CommitLineData
afda344b
PH
1# Exim test configuration 0388
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14
15# ----- Routers -----
16
17begin routers
18
19r0:
20 driver = redirect
21 senders = :
22 local_parts = CALLER
23 data = :blackhole:
24
25r1:
26 driver = manualroute
27 route_list = * "127.0.0.1 : V4NET.0.0.0"
28 transport = smtp
29 self = send
30
31# ----- Transports -----
32
33begin transports
34
35smtp:
36 driver = smtp
37 hosts_max_try = 1
38 port = PORT_S
39 connect_timeout = 2s
48c7f9e2 40 address_retry_include_sender = false
afda344b
PH
41
42# ----- Retry -----
43
44begin retry
45
46* * F,1s,1s
47
48# End