TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0045
CommitLineData
afda344b
PH
1# Exim test configuration 0045
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13
14# ----- Routers -----
15
16begin routers
17
18lookuphost:
19 driver = dnslookup
20 transport = smtp
21
22
23# ----- Transports -----
24
25begin transports
26
27smtp:
28 driver = smtp
29
30
31# End