Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 2016
1 # Exim test configuration 2016
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 others:
16 driver = manualroute
17 route_list = * 127.0.0.1 byname
18 self = send
19 transport = smtp
20 no_more
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 smtp:
28 driver = smtp
29 command_timeout = 1s
30 hosts_require_tls = 127.0.0.1
31 port = PORT_S
32 hosts_try_fastopen = :
33
34
35 # ----- Retry -----
36
37
38 begin retry
39
40 * * F,5d,1d
41
42
43 # End