Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0262
1 # Exim test configuration 0262
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 qualify_domain = test.ex
10
11 # ----- Transports -----
12
13 begin transports
14
15 pipe:
16 driver = pipe
17 command = /bin/echo
18 user = CALLER
19 environment = \
20 A1=01:B1=02:C1=03:D1=04:E1=05:D1=06:E1=07:F1=08:G1=09:H1=10:\
21 A2=11:B2=12:C2=13:D2=14:E2=15:D2=16:E2=17:F2=18:G2=19:H2=20:\
22 A3=21:B3=22:C3=23:D3=24:E3=25:D3=26:E3=27:F3=28:G3=29:H3=30:\
23 A4=31:B4=32:C4=33:D4=34:E4=35:D4=36:E4=37:F4=38:G4=39:H4=40:\
24 XX=YY
25
26 # ----- Routers -----
27
28 begin routers
29
30 good:
31 driver = accept
32 transport = pipe
33
34 # ----- Retry -----
35
36 begin retry
37
38 * * F,5d,10s
39
40 # End