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
/
0477
1
# Exim test configuration 0477
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
queue_run_in_order
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r1:
16
driver = manualroute
17
transport = t1
18
route_list = * 127.0.0.1
19
self = send
20
21
22
# ----- Transports -----
23
24
begin transports
25
26
t1:
27
driver = smtp
28
port = PORT_S
29
interface = 99.99.99.99
30
31
32
# ----- Retry -----
33
34
begin retry
35
36
* * F,1d,2h
37
38
39
# End