summaryrefslogtreecommitdiff
path: root/test/confs/4529
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-08-30 23:31:40 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-08-30 23:31:40 +0200
commita29e3f549558cea293296380917cea145d2c62a2 (patch)
tree66dbe37f912f17fc59c658b2a6f9200eaefec6e7 /test/confs/4529
parenta013e982148dd502244e5929aac6b49acd586b79 (diff)
parent44a62f58613f26f5cba82e9fa1e3d6f83124c550 (diff)
downloadexim4-a29e3f549558cea293296380917cea145d2c62a2.tar.gz
Merge branch 'exim-4.94.2+fixes' into exim-4.94.2+taintwarnexim-4.94.2+taintwarn
Diffstat (limited to 'test/confs/4529')
-rw-r--r--test/confs/452928
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/4529 b/test/confs/4529
new file mode 100644
index 000000000..310c5c60c
--- /dev/null
+++ b/test/confs/4529
@@ -0,0 +1,28 @@
+# Exim test configuration 4529
+
+SERVER=
+
+.include DIR/aux-var/tls_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept encrypted = *
+acl_smtp_data = check_data
+
+log_selector = +dkim_verbose
+
+# No sha1 !
+dkim_verify_hashes = sha256 : sha512
+
+queue_only
+queue_run_in_order
+
+
+begin acl
+
+check_data:
+ accept logwrite = ${authresults {$primary_hostname}}
+
+# End