Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5203
CommitLineData
afda344b
PH
1# Exim test configuration 5203
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16query:
17 driver = queryprogram
18 command = DIR/bin/fd -q
19 command_user = nobody
20 domains = ! +local_domains
21 transport = userx_delivery
22 no_more
23
24# ----- Transports -----
25
26begin transports
27
28userx_delivery:
29 driver = appendfile
0d2e392e 30 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
31 message_suffix = "$address_data\n"
32 user = CALLER
33
34
35# End