4 / 10
Lookups
1
Issue
6,148
IPv4 addresses
0
IPv6 addresses
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
v=spf1 include:spf.mailjet.com ip4:51.83.86.144 ip4:51.83.86.146 include:mx.ovh.com ~all
Copied
Terms
include:
spf.mailjet.com
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
Mailjet
Email marketing
or else
ip4:
51.83.86.144 / 32
pass
if the sender's IP is between
51.83.86.144 and 51.83.86.144 (inclusive).
51.83.86.144 and 51.83.86.144 (inclusive).
OVH
AS16276
or else
ip4:
51.83.86.146 / 32
pass
if the sender's IP is between
51.83.86.146 and 51.83.86.146 (inclusive).
51.83.86.146 and 51.83.86.146 (inclusive).
OVH
AS16276
or else
include:
mx.ovh.com
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
OVHcloud
Inbox software
or else
~all
soft fail
the email's SPF check.
Included records
v=spf1 include:spf.mailjet.com ip4:51.83.86.144 ip4:51.83.86.146 include:mx.ovh.com ~all
5 x ip4 ~all
ptr:mail-out.ovh.net ptr:mail.ovh.net 2 x ip4 ?all
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable