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
ARC: add guard in verify against lack of the dkim-verify context
[exim.git]
/
test
/
confs
/
0906
diff --git
a/test/confs/0906
b/test/confs/0906
index 0c7b83d5ec8726804fb84a82d70c06eae86899f2..8bb0a9e26b0ecf64eed572681fec012be2bd90d5 100644
(file)
--- a/
test/confs/0906
+++ b/
test/confs/0906
@@
-19,7
+19,13
@@
primary_hostname = testhost.test.ex
domainlist local_domains = @ : test.ex
acl_smtp_rcpt = acl_r
domainlist local_domains = @ : test.ex
acl_smtp_rcpt = acl_r
+
+.ifdef _HAVE_DKIM
+log_selector = +received_recipients +dkim_verbose
+.else
log_selector = +received_recipients
log_selector = +received_recipients
+.endif
+
.ifdef _OPT_MAIN_TLS_CERTIFICATE
tls_certificate = DIR/aux-fixed/cert1
.ifdef _OPT_MAIN_TLS_CERTIFICATE
tls_certificate = DIR/aux-fixed/cert1