5 / 10
Lookups
1
Issue
1
IPv4 address
0
IPv6 addresses
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
v=spf1 mx ptr ptr:admins.ws ptr:hostedserver.eu ptr:uceprotect.net -all
Copied
Terms
mx
pass
if the sender's IP address is in the A or AAAA record of this domain.
1 IPv4 address
or else
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
ptr:
admins.ws
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
ptr:
hostedserver.eu
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
ptr:
uceprotect.net
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
-all
fail
the email's SPF check.
Included records
v=spf1 mx ptr ptr:admins.ws ptr:hostedserver.eu ptr:uceprotect.net -all
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable