3 / 10
Lookups
1
Issue
4
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:mx.ovh.com ip4:62.161.20.170 ip4:195.25.2.133 ~all
Copied
Terms
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
ip4:
62.161.20.170 / 32
pass
if the sender's IP is between
62.161.20.170 and 62.161.20.170 (inclusive).
62.161.20.170 and 62.161.20.170 (inclusive).
Orange
AS3215
or else
ip4:
195.25.2.133 / 32
pass
if the sender's IP is between
195.25.2.133 and 195.25.2.133 (inclusive).
195.25.2.133 and 195.25.2.133 (inclusive).
Orange
AS3215
or else
~all
soft fail
the email's SPF check.
Included records
v=spf1 include:mx.ovh.com ip4:62.161.20.170 ip4:195.25.2.133 ~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