📧 Preverjanje MX

Preverite konfiguracijo SPF, DKIM in DMARC za varnost e-pošte

Understanding Email DNS Records

Email delivery relies on several DNS record types working together. Properly configured records ensure your emails reach their destination and protect against spoofing.

Essential Email Records

  • MX (Mail Exchange): Specifies mail servers that handle emails for the domain Specifies mail servers that handle email for the domain
  • SPF (Sender Policy Framework): Lists authorized sending servers in a TXT record Lists authorized sending servers in a TXT record
  • DKIM (DomainKeys Identified Mail): Cryptographic signature for email authentication Cryptographic signature for email authentication
  • DMARC: Policy on how to handle emails that fail SPF/DKIM checks Policy for handling failed SPF/DKIM checks

Why Email Authentication Matters

  • Prevents email spoofing and phishing
  • Improves email deliverability
  • Protects brand reputation
  • Mandated by major email providers (Google, Microsoft)

Verifies MX records, SPF, DKIM, and DMARC configuration for email deliverability and security against spoofing attacks.

Key Facts

  • 90%+ of phishing exploits domains without DMARC
  • Google/Yahoo require SPF & DKIM since Feb 2024
  • DMARC p=reject reduces spoofing by 99%
  • 40% of business email is spam

Frequently Asked Questions

What are MX records?

Specify which mail servers accept email for a domain. Lower priority number = higher priority.

What is SPF?

DNS record specifying which servers can send email for your domain. Prevents spoofing.

What is DMARC?

Tells receivers what to do with emails failing SPF/DKIM: none (monitor), quarantine, or reject.

Why emails going to spam?

Missing SPF, no DKIM, no DMARC, blacklisted IP, spam-like content, or poor sender reputation.

What is DKIM?

Adds cryptographic signature to emails verified via DNS public key, confirming email authenticity.