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
/
0511
1
# Exim test configuration 0511
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
r1:
15
driver = accept
16
transport = t1
17
18
19
# ----- Transports -----
20
21
begin transports
22
23
t1:
24
driver = smtp
25
hosts = 127.0.0.1
26
port = PORT_S
27
allow_localhost
28
29
# End