git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
0188
1
# Exim test configuration 0188
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
acl_smtp_etrn = check_etrn
9
no_smtp_etrn_serialize
10
smtp_etrn_command = /some/non-existent/file
11
trusted_users = CALLER
12
13
# ------ ACL ------
14
15
begin acl
16
17
check_etrn:
18
accept hosts = localhost
19
20
# End