Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / confs / 2016
CommitLineData
afda344b
PH
1# Exim test configuration 2016
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
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19others:
20 driver = manualroute
21 route_list = * 127.0.0.1 byname
22 self = send
23 transport = smtp
24 no_more
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 command_timeout = 1s
34 hosts_require_tls = 127.0.0.1
35 port = PORT_S
36
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,5d,1d
44
45
46# End