• 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.

SPF record

jorge ceballos

Regular Pleskian
Hi,

want to add SPF records for my domains but I'm not certain of the correct syntaxis; should I wirite "v=spf1 a mx ~all" with quotations or without them?
Querying through mxtoolbox using both alternatives got these two different answers (changed my real domain to mydomain.com):

using "v=spf1 a mx ~all":

spf:mydomain.com spf
Type Domain Name TTL Record
TXT mydomain.com 86400 "v=spf1 a mx ~all"

Record: "v=spf1 a mx ~all"
Prefix Type Value Prefix Desc Description
dns lookup ns lookup mx lookup

Reported by ns1.myDNS.com on Saturday, August 29, 2009 at 10:56:45 AM

and using v=spf1 a mx ~all:

spf:mydomain.com spf
Type Domain Name TTL Record
TXT mydomain.com 86400 v=spf1 a mx ~all

Record: v=spf1 a mx ~all
Prefix Type Value Prefix Desc Description
+ a Pass Match if IP has a DNS 'A' record in given domain
+ mx Pass Match if IP is one of the MX hosts for given domain name
~ all SoftFail Always matches. It goes at the end of your record.
dns lookup ns lookup mx lookup

Reported by ns1.myDNS.net on Saturday, August 29, 2009 at 10:50:57 AM


So, which is the right one??

TIA
 
Back
Top