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
/
0258
1
# Exim test configuration 0258
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
acl_smtp_rcpt = accept
10
11
12
# ----- Routers -----
13
14
begin routers
15
16
r1:
17
driver = accept
18
transport = local_delivery
19
20
21
# ----- Transports -----
22
23
begin transports
24
25
local_delivery:
26
driver = appendfile
27
file = DIR/test-mail/$local_part
28
user = CALLER
29
30
31
# End