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