TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 5202
CommitLineData
afda344b
PH
1# Exim test configuration 5202
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
13qualify_domain = test.ex
14
15system_filter = DIR/aux-fixed/TESTNUM.filter
16move_frozen_messages
17split_spool_directory
18
19
20# ----- Routers -----
21
22begin routers
23
24freeze_all:
25 driver = queryprogram
26 retry_use_local_part
27 command = /bin/echo freeze forced freeze
28 command_user = CALLER
29
30
31# ----- Retry -----
32
33
34begin retry
35
36* * F,5d,1d
37
38
39# End