Outbound Email
SPF (2)
SPF records define which email servers are allowed to send emails from dnsdigest.com. This helps prevent bad actors from spoofing emails as coming from your domain.
dnsdigest.com
"v=spf1 include:_spf.hey.com ~all"
?
When is this SPF record used?
When an email's Return-Path domain is dnsdigest.com or the Return-Path domain's SPF record contains include:dnsdigest.com.
?
What are the SPF validation rules?
2 rules will be followed in this order to determine if the email is valid.
-
Does the SPF record of _spf.hey.com validate?
Validated!
-
Otherwise, for all other emails:
Accept suspiciously (e.g. send to spam).
?
How many lookups are in this SPF record?
1 lookup. Your SPF record is under the limit of 10.
- include:_spf.hey.com counts as a lookup.
pm-bounces.dnsdigest.com
maps to
pm.mtasv.net
maps to
pm.mtasv.net
v=spf1 include:spf.mtasv.net -all
?
When is this SPF record used?
When an email's Return-Path domain is pm-bounces.dnsdigest.com or the Return-Path domain's SPF record contains include:pm-bounces.dnsdigest.com.
?
How is this an SPF record?
This is a CNAME record that maps a custom Return-Path from your domain to the SPF record at pm.mtasv.net.
?
What are the SPF validation rules?
2 rules will be followed in this order to determine if the email is valid.
-
Does the SPF record of spf.mtasv.net validate?
Validated!
-
Otherwise, for all other emails:
Reject it.
?
How many lookups are in this SPF record?
1 lookup. Your SPF record is under the limit of 10.
- include:spf.mtasv.net counts as a lookup.