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
/
5208
1
# Exim test configuration 5208
2
3
LIST=
4
SELF=freeze
5
6
.include DIR/aux-var/std_conf_prefix
7
8
primary_hostname = myhost.test.ex
9
10
# ----- Main settings -----
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
r1:
18
driver = queryprogram
19
domains = query.program
20
transport = t1
21
command = /bin/echo "accept hosts=LIST"
22
command_user = CALLER
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
32
# End