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