• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk SPF Explanation is not returned.

Tozz

Regular Pleskian
-------------------------
Parallels Plesk Panel v11.5.30_build115130819.13 os_Debian 7.0), all MU's installed. x86_64

PROBLEM DESCRIPTION:
SPF Explanation is not returned to sender, nor in the logs.

STEPS TO REPRODUCE
Add SPF explanation (according to http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-unix-cli/)
/opt/psa/bin/mailserver --update-spf -spf-exp "You message does not conform to the SPF policies"

ACTUAL RESULT
SMTP session is terminated with 550 5.7.1 Command rejected

SMTP Session snippet:
DATA
354 End data with <CR><LF>.<CR><LF>
Test
.
550 5.7.1 Command rejected

According to logs this is due to SPF failing (we have SPF policy set to reject):
Apr 30 09:27:52 rhea spf filter[6593]: Starting spf filter...
Apr 30 09:27:52 rhea spf filter[6593]: SPF result: fail
Apr 30 09:27:52 rhea spf filter[6593]: SPF status: REJECT

EXPECTED RESULT
I would expect the 550 5.7.1 rejection to contain the string "You message does not conform to the SPF policies"
--------------------------
 
Back
Top