Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 5901
CommitLineData
3369a853
ACK
1# Exim test configuration 5901
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15scan:
16 driver = accept
17 transport = scan
18
19
20# ----- Transports -----
21
22begin transports
23
24scan:
25 driver = queuefile
9604413b 26 directory = ${if = {0}{0} {test-mail/subdir}{}}
3369a853
ACK
27
28# ----- Retry -----
29
30begin retry
31
32* * F,10m,2d
33
34
35# End