Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0011
CommitLineData
afda344b
PH
1# Exim test configuration 0011
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = @
9trusted_users = CALLER
10
11
12# ----- Routers -----
13
14begin routers
15
16localuser:
17 driver = accept
18 check_local_user
19 transport = local_delivery
20
21
22# ----- Transports -----
23
24begin transports
25
26local_delivery:
27 driver = appendfile
28 delivery_date_add
29 envelope_to_add
0d2e392e 30 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
31 return_path_add
32
33
34# End