git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
1009
1
# Exim test configuration 1009
2
3
OPT=
4
5
.include DIR/aux-var/std_conf_prefix
6
7
8
# ----- Main settings -----
9
10
queue_run_in_order
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
.ifdef ROUTE_DATA
18
r0:
19
driver = manualroute
20
route_data = ROUTE_DATA OPT
21
transport = t1
22
self = send
23
24
.else
25
26
r1:
27
driver = dnslookup
28
transport = t1
29
self = send
30
OPT
31
.endif
32
33
34
# ----- Transports -----
35
36
begin transports
37
38
t1:
39
driver = smtp
40
port = PORT_S
41
42
43
# ----- Retry -----
44
45
begin retry
46
47
* * F,1d,2h
48
49
50
# End