Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0233
CommitLineData
afda344b
PH
1# Exim test configuration 0233
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = rcpt
10
11freeze_tell = me
12system_filter = DIR/aux-fixed/TESTNUM.filter
13system_filter_reply_transport = address_reply
14
15
16# ----- ACL -----
17
18begin acl
19
20rcpt:
6a3f1455
PH
21 accept local_parts = usery
22 control = freeze
23 accept control = freeze/no_tell
afda344b
PH
24
25
26# ----- Routers -----
27
28begin routers
29
30all:
31 driver = accept
32 retry_use_local_part
33 transport = local_delivery
34
35
36# ----- Transports -----
37
38begin transports
39
40local_delivery:
41 driver = appendfile
0d2e392e 42 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
43 user = CALLER
44
45address_reply:
46 driver = autoreply
47 user = CALLER
48
49
50# ----- Retry -----
51
52
53begin retry
54
55* * F,5d,10s
56
57
58# End