Fix CVE-2016-1531
[exim.git] / test / confs / 2116
1 # Exim test configuration 2116
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 others:
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
30 begin transports
31
32 smtp:
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
42 begin retry
43
44 * * F,5d,1d
45
46
47 # End