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