PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0156
CommitLineData
afda344b
PH
1# Exim test configuration 0156
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16alias:
17 driver = redirect
18 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
19 file_transport = appendfile
20 forbid_blackhole
21 forbid_file
22 forbid_include
23 forbid_pipe
24 retry_use_local_part
25
26
27# ----- Transports -----
28
29begin transports
30
31appendfile:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,5d,1d
42
43
44# End