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
/
0498
1
# Exim test configuration 0498
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r0:
16
driver = redirect
17
senders = :
18
data = :blackhole:
19
20
r1:
21
driver = accept
22
transport = t1
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
hosts = 127.0.0.1
32
port = PORT_S
33
allow_localhost
34
final_timeout = 1s
35
36
37
# ----- Retry -----
38
39
begin retry
40
41
* * F,1d,10s; F,1s,10s
42
43
44
# End