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
/
0557
1
# Exim test configuration 0557
2
3
FAKE=
4
OPT=
5
HOSTS=
6
HAI=
7
8
.include DIR/aux-var/std_conf_prefix
9
10
primary_hostname = myhost.test.ex
11
12
# ----- Main settings -----
13
14
15
# ----- Routers -----
16
17
begin routers
18
19
r1:
20
driver = manualroute
21
route_list = * HOSTS
22
FAKE host_find_failed = ignore
23
OPT host_all_ignored = HAI
24
no_more
25
self = send
26
transport = t1
27
28
r2:
29
driver = accept
30
transport = t2
31
32
33
# ----- Transports -----
34
35
begin transports
36
37
t1:
38
driver = smtp
39
40
t2:
41
driver = appendfile
42
file = /dev/null
43
44
# End