• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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