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