Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0076
1 # Exim test configuration 0076
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 localuser:
16 driver = accept
17 local_parts = userx
18 transport = local_delivery
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 local_delivery:
26 driver = appendfile
27 no_create_directory
28 delivery_date_add
29 envelope_to_add
30 file = DIR/test-mail/subdir/${bless:$local_part}
31 return_path_add
32 user = CALLER
33
34 # ----- Retry -----
35
36 begin retry
37
38 * * F,10m,2d
39
40
41 # End