Hello,
I need some help
Some mails received from xxx.org domain on our mail server are being discarded by the SPF.
The reason received by the sender is:
That IP address is from google mail.
The SPF record of xxx.org is set to:
For what I understand from the SPF record syntax, “redirect=_spf2.otherdomain.net” causes to ignore the other two “includes:” So only the SPF from “=_spf2.otherdomain.net” is being used.
Is this correct?
Do you think that changing their SPF to
should fix the problem?
I need some help
Some mails received from xxx.org domain on our mail server are being discarded by the SPF.
The reason received by the sender is:
Code:
550-SPF: 74.125.82.181 is not allowed to send mail from xxx.org
The SPF record of xxx.org is set to:
Code:
"v=spf1 include:email.domain.co.uk redirect=_spf2.otherdomain.net include:_spf.google.com ~all"
Is this correct?
Do you think that changing their SPF to
Code:
"v=spf1 include:email.domain.co.uk include:_spf2.otherdomain.net include:_spf.google.com ~all"