TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0033
CommitLineData
afda344b
PH
1# Exim test configuration 0033
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# ----- Main settings -----
13
14domainlist local_domains = test.ex : *.test.ex
15
afda344b
PH
16# ----- Routers -----
17
18begin routers
19
20all:
21 driver = manualroute
22 domains = ! +local_domains
23 route_list = * 127.0.0.1 byname
24 self = send
25 transport = smtp
26 no_more
27
28d1:
29 driver = redirect
30 no_check_local_user
31 file = DIR/aux-fixed/TESTNUM.list
32 forbid_file
33 forbid_filter_reply
34 forbid_pipe
35 one_time
36 retry_use_local_part
37
38
39# ----- Transports -----
40
41begin transports
42
43smtp:
44 driver = smtp
45 port = PORT_S
46
47# End