Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0506
1 # Exim test configuration 0506
2
3 ALLOW=allow_filter
4 FORBID=
5
6 .include DIR/aux-var/std_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12 log_selector = +queue_time_overall
13
14 # ----- Routers -----
15
16 begin routers
17
18 r1:
19 driver = redirect
20 user = EXIMUSER
21 ALLOW
22 FORBID
23 file = DIR/aux-fixed/TESTNUM.${bless:$local_part}
24
25
26 # ----- Retry -----
27
28 begin retry
29
30 * * F,1d,1h
31
32 # End