Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0529
1 # Exim test configuration 0529
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 r1:
16 driver = redirect
17 data = DIR/test-mail/rmbox
18 file_transport = t1
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 t1:
26 driver = appendfile
27 quota = 1
28 user = CALLER
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 *@test.ex quota_7d
36 *@test.ex quota F,2h,15m; F,3d,1h
37 * * F,2h,15m; G,16h,1h,1.5; F,4d,6h
38
39 # End