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