Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0158
CommitLineData
afda344b
PH
1# Exim test configuration 0158
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
10deliver_drop_privilege
11
12# ----- Routers -----
13
14begin routers
15
16caller:
17 driver = accept
18 retry_use_local_part
19 caseful_local_part
20 transport = local_delivery
21
22
23# ----- Transports -----
24
25begin transports
26
27local_delivery:
28 driver = appendfile
29 delivery_date_add
30 envelope_to_add
0d2e392e 31 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
32 return_path_add
33 user = $local_part
34
35
36# ----- Retry -----
37
38
39begin retry
40
41* * F,1d,15m
42
43
44# End