• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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