TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0613
1 # Exim test configuration 0613
2 # manualroute, hosts_randomize and multiple recipients
3
4 exim_path = EXIM_PATH
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 tls_advertise_hosts =
12
13 # ----- Main settings -----
14
15 mua_wrapper = true
16 log_selector = +received_recipients
17
18 # ----- Routers -----
19
20 begin routers
21
22 smarthost:
23   driver = manualroute
24   hosts_randomize = true
25   route_list = * "</ ten-2.test.ex:15600 / ten-3.test.ex:15600"
26   transport = remote_smtp
27   no_more
28
29 # ----- Transports -----
30
31 begin transports
32
33 remote_smtp:
34   driver = smtp
35
36 # End