TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 5203
CommitLineData
afda344b
PH
1# Exim test configuration 5203
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
13domainlist local_domains = test.ex
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21query:
22 driver = queryprogram
23 command = DIR/bin/fd -q
24 command_user = nobody
25 domains = ! +local_domains
26 transport = userx_delivery
27 no_more
28
29# ----- Transports -----
30
31begin transports
32
33userx_delivery:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 message_suffix = "$address_data\n"
37 user = CALLER
38
39
40# End