Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0399
CommitLineData
afda344b
PH
1# Exim test configuration 0399
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8primary_hostname = mail.test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16r1:
17 driver = redirect
18 data =
19 more = ${if eq {1}{0}{no}fail}
20
21r2:
22 driver = redirect
23 data =
24 more = ${if eq {1}{0}{no}{yes}}
25
26r3:
27 driver = redirect
28 data =
29 more = $unknown_variable
30
31
32# End