git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix DISABLE_DKIM build & test. Fix build on systems lacking MAX in standard includes.
[users/jgh/exim.git]
/
test
/
confs
/
0547
1
# Exim test configuration 0547
2
3
MAXNM = 100
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 = accept
12
13
log_selector = +smtp_no_mail
14
15
smtp_accept_max_nonmail = MAXNM
16
17
# End