TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0074
CommitLineData
afda344b
PH
1# Exim test configuration 0074
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
20forwardfile:
21 driver = redirect
22 allow_filter
23 user = CALLER
24 file = DIR/aux-var/TESTNUM.filter
25 reply_transport = address_reply
26
27abcd:
28 driver = redirect
29 local_parts = abcd
30 data = :blackhole:
31
32localuser:
33 driver = accept
34 local_parts = userx : CALLER
35 transport = local_delivery
36
37
38# ----- Transports -----
39
40begin transports
41
42address_reply:
43 driver = autoreply
44
45local_delivery:
46 driver = appendfile
47 delivery_date_add
48 envelope_to_add
49 file = DIR/test-mail/$local_part
50 return_path_add
51 user = CALLER
52
53
54# End