SPF redirect issue

Discussion regarding the Standard version.
Post Reply
jacobc
Posts: 2
Joined: Thu Sep 12, 2019 10:56 am

SPF redirect issue

Post by jacobc »

We have a customer who is getting emails sent from a domain lfdj.com it is rejecting them with:

: host xxxxx.xxxxxxx.com[xx.xx.xx.xx] said: 554
This server requires you to send from an IP address specified by the SPF for
lfdj.com. (in reply to RCPT TO command)

The SPF record is fine. However because the SPF record is using a redirect:

v=spf1 redirect=_spf.fdjeux.com

I believe that Mail Enable is not following the redirect and therefore saying that the SPF is incorrect.

Has anyone come across a similar issue?

Thanks,

Jacob

erick.abreu.gomes
Posts: 7
Joined: Thu May 09, 2019 5:22 pm

Re: SPF redirect issue

Post by erick.abreu.gomes »

Hi Jacob,

change your registry

Code: Select all

v=spf1 redirect=_spf.fdjeux.com
for

Code: Select all

v=spf1 include=_spf.fdjeux.com

Post Reply