How to Use the SPF Lookup Tool to Verify Your SPF Record
What is SPF?
SPF (Sender Policy Framework) tells receiving mail servers which servers are authorized to send email on behalf of your domain. Without a correct SPF record, your emails may land in spam.
The Correct SPF Record for Mailbux
| Type | Host/Name | Value |
|---|---|---|
| TXT | @ (or your domain) | v=spf1 include:msg25.com ~all |
If you already have an SPF record from another service, add include:msg25.com before the ~all or -all part. Example: v=spf1 include:_spf.google.com include:msg25.com ~all
How to Check Your SPF Record
- Go to SPF Lookup Tool
- Enter your domain name
- Click Lookup
- Look for
include:msg25.comin the results
What Good Results Look Like
You should see your SPF record containing include:msg25.com. If it says "No SPF record found" or msg25.com is not included, follow the fix below.
How to Fix Your SPF Record
- Log into your DNS provider
- Find existing TXT records for your domain
- If no SPF record exists, create one:
v=spf1 include:msg25.com ~all - If an SPF record exists, add
include:msg25.combefore~all - Important: You can only have ONE SPF record per domain. Do not create a second one — merge them.
- Save and verify with SPF Lookup
Related Tools
- MX Lookup - Check mail server records
- DKIM Lookup - Check DKIM signing
- Blacklist Check - Check if your domain is blacklisted