git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
os_getcwd(): do not realloc if there was no malloc().
[exim.git]
/
test
/
confs
/
0192
1
# Exim test configuration 0192
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
# ----- Routers -----
11
12
begin routers
13
14
localuser:
15
driver = accept
16
local_parts = userx
17
transport = appendfile
18
19
20
# ----- Transports -----
21
22
begin transports
23
24
appendfile:
25
driver = appendfile
26
file = DIR/test-mail/$local_part
27
quota = 500
28
no_quota_is_inclusive
29
user = CALLER
30
31
32
# ----- Retry -----
33
34
35
begin retry
36
37
* * F,5d,1d
38
39
40
# End