TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0152
CommitLineData
afda344b
PH
1# Exim test configuration 0152
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
16local_from_prefix = page+ : *-
17local_from_suffix = =* : &page
18
19
20# ----- Routers -----
21
22begin routers
23
24all:
25 driver = accept
26 retry_use_local_part
27 transport = appendfile
28
29
30# ----- Transports -----
31
32begin transports
33
34appendfile:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 user = CALLER
38
39
40# End