6 / 10
Lookups
1
Issue
6,153
IPv4 addresses
0
IPv6 addresses
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
v=spf1 a mx ip4:91.229.20.5/32 ip4:91.229.20.6/32 include:spf.mailjet.com include:mx.ovh.com ~all
Copied
Terms
a
pass
if the sender's IP address is in the A or AAAA record of this domain.
1 IPv4 address
or else
mx
pass
if the sender's IP address is in the A or AAAA record of this domain.
4 IPv4 addresses
or else
ip4:
91.229.20.5 / 32
pass
if the sender's IP is between
91.229.20.5 and 91.229.20.5 (inclusive).
91.229.20.5 and 91.229.20.5 (inclusive).
Techcrea Solutions
AS197922
or else
ip4:
91.229.20.6 / 32
pass
if the sender's IP is between
91.229.20.6 and 91.229.20.6 (inclusive).
91.229.20.6 and 91.229.20.6 (inclusive).
Techcrea Solutions
AS197922
or else
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
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 a mx ip4:91.229.20.5 ip4:91.229.20.6 include:spf.mailjet.com 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