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