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
/
0503
1
# Exim test configuration 0503
2
3
MSIZE=
4
5
.include DIR/aux-var/std_conf_prefix
6
7
primary_hostname = myhost.test.ex
8
9
# ----- Main settings -----
10
11
domainlist local_domains = test.ex
12
13
14
# ----- Routers -----
15
16
begin routers
17
18
r1:
19
driver = accept
20
transport = t1
21
22
23
# ----- Transports -----
24
25
begin transports
26
27
t1:
28
driver = appendfile
29
file = DIR/test-mail/$local_part
30
user = CALLER
31
quota = 1000
32
MSIZE
33
34
35
# ----- Retry -----
36
37
begin retry
38
39
* * F,1d,1d
40
41
# End