TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 2116
1 # Exim test configuration 2116
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 others:
21 driver = manualroute
22 route_list = * 127.0.0.1 byname
23 self = send
24 transport = smtp
25 no_more
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33 driver = smtp
34 command_timeout = 1s
35 hosts_require_tls = 127.0.0.1
36 port = PORT_S
37
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,1d
45
46
47 # End