git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix growable-string sprintf
[exim.git]
/
test
/
confs
/
0206
1
# Exim test configuration 0206
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
8
# ----- Main settings -----
9
10
ignore_bounce_errors_after = 2s
11
timeout_frozen_after = 5s
12
queue_run_in_order
13
14
15
# ----- Routers -----
16
17
begin routers
18
19
freeze:
20
driver = redirect
21
allow_defer
22
data = bad address
23
local_parts = freeze
24
retry_use_local_part
25
26
27
# ----- Retry -----
28
29
begin retry
30
31
* * F,1s,1s
32
33
34
# End