summaryrefslogtreecommitdiff
path: root/test/confs/4650
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/4650')
-rw-r--r--test/confs/465028
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/4650 b/test/confs/4650
new file mode 100644
index 000000000..e6c788436
--- /dev/null
+++ b/test/confs/4650
@@ -0,0 +1,28 @@
+# Exim test configuration 4650
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile
+
+acl_smtp_rcpt = accept
+acl_smtp_data = check_data
+
+queue_only
+
+begin acl
+
+check_data:
+ accept hosts = HOSTIPV4
+ spf = pass : !pass
+ dmarc_status = none : !none
+ logwrite = dmarc_status <$dmarc_status>
+ logwrite = dmarc_status_text <$dmarc_status_text>
+ logwrite = dmarc_used_domain <$dmarc_used_domain>
+ logwrite = dmarc_domain_policy <$dmarc_domain_policy>
+ logwrite = ${authresults {$primary_hostname}}
+
+# End