TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0107
1 # Exim test configuration 0107
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 mboxuser:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24 transport_home_directory = DIR/test-mail
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 appendfile:
32 driver = appendfile
33 create_file = belowhome
34 file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
35 {${if match{$value}{^/}{}{DIR/}}$value}\
36 {DIR/test-mail/$local_part}}
37 user = CALLER
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,1d
45
46
47 # End