• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Question spf for multiple domains

Vangelis

New Pleskian
Hi there,

I've currently got Plesk configured for my 3 e-mail accounts to run. I have my spf records correctly set up for that
I now need to add another spf record in order to connect Google's Firebase for a no-reply address that my app needs to use

Do I need two different spf records? After searching for a bit I saw there's a way to use include:
v=spf1 include:_spf.firebasemail.com include:_spf.domain2.email ~all

On plesk though I see this:
v=spf1 +a +mx +a:hostname -all

I get a, i get mx but how is this format going to match the two includes above?

Thanks
 
v=spf1 +a +mx +a:hostname include:_spf.firebasemail.com include:_spf.domain2.email -all
 
Back
Top