git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs: Remove GNUmake idioms from Makefile, give power to "mv"
[exim.git]
/
test
/
confs
/
3203
1
# Exim test configuration 3203
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
# ----- Routers -----
11
12
begin routers
13
14
test:
15
driver = redirect
16
allow_defer
17
data = postmaster@test.ex
18
retry_use_local_part
19
senders = testdb;defer
20
21
22
# ----- Retry -----
23
24
begin retry
25
26
* * F,2h,10m
27
28
29
# End