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