Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5004
CommitLineData
afda344b
PH
1# Exim test configuration 5004
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 = "# Exim filter\nsave DIR/test-mail"
19 allow_filter
20 file_transport = t1
21 user = CALLER
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = appendfile
30 maildir_format
31 message_prefix =
32 message_suffix =
33 user = CALLER
34
35
36# End