summaryrefslogtreecommitdiff
path: root/test/confs/4500
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-11-11 16:20:02 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-11-11 16:20:02 +0000
commit3af849e2045f7c580d4c533d829dc9d567162d36 (patch)
tree068147ead2853f69f74af6587c2481b540d97f00 /test/confs/4500
parent3f4f5e7256a81b2e8154611174934aa5b6c57ad7 (diff)
parent72934ba73e5ac5fbd64b56dc684e3371a9651909 (diff)
Merge branch 'master' into 4.next
Diffstat (limited to 'test/confs/4500')
-rw-r--r--test/confs/450016
1 files changed, 15 insertions, 1 deletions
diff --git a/test/confs/4500 b/test/confs/4500
index bf4f1f6ad..f2e44beff 100644
--- a/test/confs/4500
+++ b/test/confs/4500
@@ -9,9 +9,23 @@ primary_hostname = myhost.test.ex
# ----- Main settings -----
acl_smtp_rcpt = accept
-acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
+acl_smtp_dkim = check_dkim
queue_only
queue_run_in_order
+
+begin acl
+
+check_dkim:
+.ifdef OPTION
+ warn condition = ${if eq {$dkim_algo}{rsa-sha1}}
+ condition = ${if eq {$dkim_verify_status}{pass}}
+ logwrite = NOTE: forcing dkim verify fail (was pass)
+ set dkim_verify_status = fail
+ set dkim_verify_reason = hash too weak
+.endif
+ accept
+ logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
+
# End