Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5100
CommitLineData
afda344b
PH
1# Exim test configuration 5100
2
3IGNORE_QUOTA=FALSE
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11domainlist local_domains = test.ex : *.test.ex
12
13
14# ----- Routers -----
15
16begin routers
17
18bounces:
19 driver = redirect
20 allow_defer
21 data = :blackhole:
22 retry_use_local_part
23 senders = :
24
25smartuser:
26 driver = accept
27 retry_use_local_part
28 transport = lmtp
29
30
31# ----- Transports -----
32
33begin transports
34
35lmtp:
36 driver = lmtp
37 batch_max = 100
38 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script.$h_script: +DIR/spool/log/mainlog
39 timeout = 1s
40 user = EXIMUSER
41 ignore_quota = IGNORE_QUOTA
42
43
44# ----- Retry -----
45
46
47begin retry
48
e97957bc 49* mail_4xx
afda344b
PH
50* rcpt_4xx F,1d,1m
51* * F,5d,1d
52
53
54# End