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