git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Call notquite ACL for synprot-error limit. Bug 3092
[exim.git]
/
test
/
confs
/
0900
diff --git
a/test/confs/0900
b/test/confs/0900
index 53d06b149231b8cdc5b9922be5c9801d587c9691..219751ec16d8ff2171a6f8eb01f8fc482cff65fd 100644
(file)
--- a/
test/confs/0900
+++ b/
test/confs/0900
@@
-32,16
+32,18
@@
primary_hostname = testhost.test.ex
domainlist local_domains = @ : test.ex
acl_smtp_rcpt = check_recipient
domainlist local_domains = @ : test.ex
acl_smtp_rcpt = check_recipient
+.ifdef _HAVE_PRDR
acl_smtp_data_prdr = check_prdr
acl_smtp_data_prdr = check_prdr
+.endif
acl_smtp_data = check_data
trusted_users = CALLER
queue_only
smtp_receive_timeout = 2s
.ifdef _HAVE_DKIM
acl_smtp_data = check_data
trusted_users = CALLER
queue_only
smtp_receive_timeout = 2s
.ifdef _HAVE_DKIM
-log_selector = +received_recipients +millisec +dkim_verbose
+log_selector = +received_recipients +
connection_id +
millisec +dkim_verbose
.else
.else
-log_selector = +received_recipients +millisec
+log_selector = +received_recipients +
connection_id +
millisec
.endif
.ifdef _HAVE_TLS
.endif
.ifdef _HAVE_TLS