Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5012
CommitLineData
d291c767
HSHR
1# Exim test configuration 5011
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16all:
17 driver = accept
18 retry_use_local_part
19 transport = local_delivery
20
21
22# ----- Transports -----
23
24begin transports
25
26local_delivery:
27 driver = appendfile
28 directory = DIR/test-mail
29 maildir_format
30 quota = 30/no_check
31 quota_filecount = 1/no_check
32 user = CALLER
33 maildir_use_size_file
34
35# End