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