git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix error codes in ACL-time quota checking
[exim.git]
/
test
/
confs
/
0356
1
# Exim test configuration 0356
2
3
MESSAGE_LOGS =
4
5
.include DIR/aux-var/std_conf_prefix
6
7
8
# ----- Main settings -----
9
10
MESSAGE_LOGS
11
qualify_domain = test.ex
12
13
14
# ----- Routers -----
15
16
begin routers
17
18
r0:
19
driver = redirect
20
allow_defer
21
data = :defer: forced defer
22
23
24
# ----- Retry -----
25
26
begin retry
27
28
* * F,1d,1h
29
30
# End