TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 5006
CommitLineData
afda344b
PH
1# Exim test configuration 5006
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 transport = t1
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = appendfile
32 directory = DIR/test-mail/$local_part
33 user = CALLER
34 maildir_format
35 maildir_use_size_file
36 quota_warn_threshold = 50%
37
38
39# ----- Retry -----
40
41begin retry
42
43* * F,1d,1d
44
45
46# End