f58c9af586415a5117d8f6b72fc9d16e5232103a
[exim.git] / test / confs / 2016
1 # Exim test configuration 2016
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
10 # ----- Main settings -----
11
12 qualify_domain = test.ex
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 others:
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
29 begin transports
30
31 smtp:
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
41 begin retry
42
43 * * F,5d,1d
44
45
46 # End