git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix CVE-2016-1531
[exim.git]
/
test
/
confs
/
0601
1
# Exim test configuration 0601
2
# udpsend
3
4
exim_path = EXIM_PATH
5
keep_environment =
6
spool_directory = DIR/spool
7
log_file_path = DIR/spool/log/%slog
8
9
# ----- Main settings -----
10
11
acl_smtp_connect = check
12
13
14
# ----- ACL -----
15
16
begin acl
17
18
check:
19
warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim
20
21
# End