TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0132
CommitLineData
afda344b
PH
1# Exim test configuration 0132
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
15
16# ----- Routers -----
17
18begin routers
19
20local:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24
25
26# ----- Transports -----
27
28begin transports
29
30appendfile:
31 driver = appendfile
32 allow_fifo
33 file = DIR/test-fifo
34 user = CALLER
35 initgroups
36
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,1d,15m
44
45
46# End