• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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