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
/
0616
1
# Exim test configuration 0616
2
3
.include DIR/aux-var/std_conf_prefix
4
5
# ----- Routers -----
6
7
begin routers
8
9
route_userx:
10
driver = redirect
11
local_parts = userx
12
errors_to = dump@domain1
13
allow_filter
14
file = DIR/aux-fixed/TESTNUM.filter
15
user = EXIMUSER
16
no_more
17
18
dump_bounces:
19
driver = redirect
20
local_parts = dump
21
data = :blackhole:
22
no_more
23
24
route_smtp:
25
driver = manualroute
26
route_list = * 127.0.0.1 byname
27
errors_to = dump@domain1
28
self = send
29
transport = smtp
30
no_more
31
32
# ----- Transports -----
33
34
begin transports
35
36
smtp:
37
driver = smtp
38
port = PORT_S
39
40
# End