TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0399
CommitLineData
afda344b
PH
1# Exim test configuration 0399
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
13primary_hostname = mail.test.ex
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = redirect
23 data =
24 more = ${if eq {1}{0}{no}fail}
25
26r2:
27 driver = redirect
28 data =
29 more = ${if eq {1}{0}{no}{yes}}
30
31r3:
32 driver = redirect
33 data =
34 more = $unknown_variable
35
36
37# End