summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/34031
-rw-r--r--test/confs/45001
-rw-r--r--test/confs/46003
3 files changed, 5 insertions, 0 deletions
diff --git a/test/confs/3403 b/test/confs/3403
index 813b3b941..79fb73fe1 100644
--- a/test/confs/3403
+++ b/test/confs/3403
@@ -7,6 +7,7 @@ primary_hostname = myhost.test.ex
# ----- Main settings -----
acl_smtp_rcpt = accept
+acl_smtp_data = accept add_header = :at_start:${authresults {$primary_hostname}}
# ----- Authentication -----
diff --git a/test/confs/4500 b/test/confs/4500
index 871e0cd22..a952758ae 100644
--- a/test/confs/4500
+++ b/test/confs/4500
@@ -10,6 +10,7 @@ primary_hostname = myhost.test.ex
acl_smtp_rcpt = accept
acl_smtp_dkim = check_dkim
+acl_smtp_data = accept logwrite = ${authresults {$primary_hostname}}
log_selector = +dkim_verbose
diff --git a/test/confs/4600 b/test/confs/4600
index d93b683d9..2934bf160 100644
--- a/test/confs/4600
+++ b/test/confs/4600
@@ -17,6 +17,7 @@ check_rcpt:
logwrite = spf_header_comment $spf_header_comment
logwrite = spf_smtp_comment $spf_smtp_comment
logwrite = spf_received $spf_received
+ logwrite = ${authresults {$primary_hostname}}
accept hosts = 127.0.0.1
spf = pass : softfail : neutral
@@ -24,11 +25,13 @@ check_rcpt:
logwrite = spf_header_comment $spf_header_comment
logwrite = spf_smtp_comment $spf_smtp_comment
logwrite = spf_received $spf_received
+ logwrite = ${authresults {$primary_hostname}}
deny
logwrite = spf_result $spf_result
logwrite = spf_header_comment $spf_header_comment
logwrite = spf_smtp_comment $spf_smtp_comment
logwrite = spf_received $spf_received
+ logwrite = ${authresults {$primary_hostname}}
# End