Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0504
CommitLineData
afda344b
PH
1# Exim test configuration 0504
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
9
10# ----- Routers -----
11
12begin routers
13
14r1:
15 driver = accept
f3ebb786 16 transport = OPT
afda344b
PH
17
18
19# ----- Transports -----
20
21begin transports
22
23t1:
24 driver = appendfile
0d2e392e 25 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
26 user = CALLER
27 transport_filter = /non/existent/file
28
29t2:
30 driver = pipe
31 command = /bin/sh -c '/bin/cat > /dev/null'
32 transport_filter = /non/existent/file
33
34t3:
35 driver = smtp
36 hosts = 127.0.0.1
37 port = PORT_S
277b9979 38 hosts_try_fastopen = :
afda344b
PH
39 allow_localhost
40 transport_filter = /non/existent/file
41
42
43# ----- Retry -----
44
45begin retry
46
47* * F,1d,1d
48
49# End