Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0220
... / ...
CommitLineData
1# Exim test configuration 0220
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = accept
10message_size_limit = 500
11untrusted_set_sender = foo@bar : ^$sender_ident\N(?::-\w+)?(?::$|@\N$primary_hostname)
12
13# ----- Routers -----
14
15begin routers
16
17all:
18 driver = accept
19 retry_use_local_part
20 transport = local_delivery
21
22
23# ----- Transports -----
24
25begin transports
26
27local_delivery:
28 driver = appendfile
29 file = DIR/test-mail/${bless:$local_part}
30 user = CALLER
31
32
33# ----- Retry -----
34
35
36# End