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
/
5202
1
# Exim test configuration 5202
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
qualify_domain = test.ex
9
10
system_filter = DIR/aux-fixed/TESTNUM.filter
11
move_frozen_messages
12
split_spool_directory
13
14
15
# ----- Routers -----
16
17
begin routers
18
19
freeze_all:
20
driver = queryprogram
21
retry_use_local_part
22
command = /bin/echo freeze forced freeze
23
command_user = CALLER
24
25
26
# ----- Retry -----
27
28
29
begin retry
30
31
* * F,5d,1d
32
33
34
# End