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
/
0470
1
# Exim test configuration 0470
2
3
SRV=smtp
4
5
.include DIR/aux-var/std_conf_prefix
6
7
primary_hostname = myhost.test.ex
8
9
# ----- Main settings -----
10
11
acl_smtp_rcpt = acl1
12
13
14
# ----- ACLs -----
15
16
begin acl
17
18
acl1:
19
warn log_message = "This is the log message"
20
deny
21
22
23
# End