5 / 10
Lookups
1
Issue
4
IPv4 addresses
3
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 ip6:2001:41d0:700:22a4:: mx a ~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
ip6:
2001:41d0:700:22a4:: / 128
pass
if the sender's IP is between
2001:41d0:700:22a4:: and 2001:41d0:700:22a4:: (inclusive).
2001:41d0:700:22a4:: and 2001:41d0:700:22a4:: (inclusive).
OVH
AS16276
or else
mx
pass
if the sender's IP address is in the A or AAAA record of this domain.
1 IPv4 address
1 IPv6 address
or else
a
pass
if the sender's IP address is in the A or AAAA record of this domain.
1 IPv4 address
1 IPv6 address
or else
~all
soft fail
the email's SPF check.
Included records
v=spf1 include:mx.ovh.com ip6:2001:41d0:700:22a4:: mx a ~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