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
/
0392
1
# Exim test configuration 0392
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
r1:
16
driver = accept
17
transport = t1
18
no_address_test
19
20
r2:
21
driver = accept
22
transport = t2
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
32
t2:
33
driver = smtp
34
35
36
# End