Someone Is Sending Emails Pretending to Be You
It's more common than you'd think. Scammers can send emails that look like they come from your business email address -- even if they don't have your password. It's called email spoofing, and it can damage your reputation and trick your customers.
SPF, DKIM, and DMARC are three tools that work together to stop this from happening. They're like three locks on your email's front door.
SPF: The Guest List
SPF (Sender Policy Framework) is a list you publish that says "only these mail servers are allowed to send email on behalf of my domain."
When a receiving server gets an email claiming to be from @yourbusiness.com, it checks your SPF record. If the sending server isn't on the approved list, the message gets flagged as suspicious.
Think of it like a bouncer with a guest list. Only the names on the list get in. Everyone else gets turned away.
DKIM: The Tamper-Proof Seal
DKIM (DomainKeys Identified Mail) adds a digital signature to every email you send. This signature proves two things:
- The email really came from your domain
- The email wasn't altered during delivery
Think of it like a wax seal on a letter. If the seal is intact, you know the letter hasn't been tampered with and it came from who it claims.
DMARC: The Rules for Failures
DMARC (Domain-based Message Authentication, Reporting, and Conformance) tells receiving servers what to do when an email fails SPF or DKIM checks. You set a policy:
- None -- Monitor only, don't take action (good for testing)
- Quarantine -- Send suspicious emails to spam
- Reject -- Block suspicious emails completely
DMARC also sends you reports showing who's trying to send email from your domain, so you can see spoofing attempts.
Why You Need All Three
Each one covers a different gap:
- SPF checks which servers can send for you
- DKIM verifies the email hasn't been tampered with
- DMARC ties them together and sets the enforcement rules
Without all three, there are still ways for scammers to slip through. Together, they create a solid defense.
How to Set Them Up
Setting up SPF, DKIM, and DMARC involves adding DNS records to your domain. You don't need to be technical -- your email provider (Google Workspace, Microsoft 365, etc.) will give you the exact records to add. Your domain registrar's dashboard is where you paste them in.
Basic Steps:
- Check what you have -- Use a free tool like MXToolbox to see your current records
- Add SPF -- Your email provider gives you the record to add
- Enable DKIM -- Usually a setting in your email admin panel that generates the record
- Add DMARC -- Start with a "none" policy to monitor, then tighten it up
If this feels overwhelming, any IT person can set it up in under an hour. It's a standard, well-documented process.
The Bottom Line
SPF, DKIM, and DMARC protect your business email from being spoofed by scammers. They're free to set up, they improve your email deliverability (fewer of YOUR emails land in spam), and they protect your customers from phishing attacks that use your name. If you haven't set them up yet, do it this week -- or ask your IT person to handle it.