Deliverability bukan magic. Adalah hasil dari 50+ checkpoints yang dikerjakan dengan benar, dipantau secara konsisten, dan dioptimasi berdasarkan data. Audit ini adalah panduan lengkapnya.

Anda sudah setup SPF, DKIM, DMARC. Sudah warm up IP. Sudah bersihkan list. Tapi inbox rate masih stuck di 70-80%. Apa yang terlewat?

90% masalah deliverability adalah kombinasi dari 10+ small issues, bukan satu masalah besar. Checklist ini akan membantu Anda identify blind spots dan prioritize fixes dengan impact tertinggi.

๐ŸŽฏ Goal Audit Ini

  • Inbox rate: 70% โ†’ 95%+
  • Bounce rate: <0.5% (hard), <2% (soft)
  • Spam complaint: <0.1%
  • Delivery time: <30 detik (transactional), <5 menit (marketing)

๐Ÿ” Section 1: Domain & DNS (Poin 1-12)

๐Ÿ“‹ Domain Authentication

  • โœ“ [1] SPF record valid (single record, max 10 lookups)
  • โœ“ [2] DKIM 1024-bit minimum, properly rotated tiap 6 bulan
  • โœ“ [3] DMARC policy p=none โ†’ target p=reject dalam 90 hari
  • โœ“ [4] Alignment strict (From domain = DKIM domain = SPF domain)
  • โœ“ [5] PTR record valid dan FCrDNS confirmed
  • โœ“ [6] MX record konsisten dengan sending infrastructure
  • โœ“ [7] TTL optimized (300 saat testing, 3600 production)
  • โœ“ [8] No DNSSEC issues (jika enabled)
  • โœ“ [9] BIMI setup (optional tapi recommended untuk brand)
  • โœ“ [10] Subdomain segregation (transactional vs marketing)
  • โœ“ [11] Domain age >30 hari (new domain = suspicious)
  • โœ“ [12] No recent domain ownership change
# Check SPF dig TXT yourdomain.com | grep "v=spf1" # Check DKIM dig TXT default._domainkey.yourdomain.com # Check DMARC dig TXT _dmarc.yourdomain.com # Check PTR dig -x YOUR_IP # Check FCrDNS dig PTR_IP && dig A RESULTING_DOMAIN (should match original IP)

โš™๏ธ Section 2: Infrastructure & IP (Poin 13-22)

๐Ÿ“‹ IP & Server Setup

  • โœ“ [13] Dedicated IP (bukan shared untuk volume >10K/hari)
  • โœ“ [14] IP warmed up properly (minimum 21 hari untuk volume tinggi)
  • โœ“ [15] IP not blacklisted (check 50+ RBLs)
  • โœ“ [16] Reverse DNS match sending domain
  • โœ“ [17] TLS 1.2+ enforced (no fallback to plain text)
  • โœ“ [18] Server hostname match PTR record
  • โœ“ [19] Connection pooling optimized (max 100 concurrent)
  • โœ“ [20] Throughput throttling by provider (Gmail, Yahoo limits)
  • โœ“ [21] Backup IP ready untuk failover
  • โœ“ [22] Geographic proximity (POP dekat target audience)
# MXToolbox multi-RBL check curl "https://mxtoolbox.com/api/v1/lookup/blacklist/YOUR_IP" # Manual check common RBLs dig +short A 192.168.1.1.zen.spamhaus.org dig +short A 192.168.1.1.b.barracudacentral.org

๐Ÿ›ก๏ธ Section 3: Authentication & Security (Poin 23-30)

๐Ÿ“‹ Security & Compliance

  • โœ“ [23] SPF include tidak exceed 10 DNS lookups
  • โœ“ [24] DKIM key rotation schedule (calendar reminder)
  • โœ“ [25] DMARC reporting mailbox monitored weekly
  • โœ“ [26] ARC (Authenticated Received Chain) jika forwarding
  • โœ“ [27] MTA-STS policy published (enforce TLS)
  • โœ“ [28] TLS-RPT reporting untuk TLS failures
  • โœ“ [29] No open relay (test dengan telnet dari external IP)
  • โœ“ [30] SMTP AUTH required (no anonymous sending)

โœ๏ธ Section 4: Content & Creative (Poin 31-38)

๐Ÿ“‹ Email Content Quality

  • โœ“ [31] Spam score <5 (Mail-Tester, GlockApps)
  • โœ“ [32] Text-to-image ratio 60:40 minimum
  • โœ“ [33] No URL shorteners (bit.ly, etc)
  • โœ“ [34] All links HTTPS dengan valid SSL
  • โœ“ [35] Alt text untuk semua images
  • โœ“ [36] Plain text version included (multipart/alternative)
  • โœ“ [37] Subject line 30-50 karakter (mobile-friendly)
  • โœ“ [38] No spam trigger words (FREE!!!, Act Now, Guaranteed)
# Mail-Tester https://www.mail-tester.com/ # GlockApps Inbox Placement https://glockapps.com/ # Subject Line Tester https://sendcheckit.com/

๐Ÿ‘ฅ Section 5: List Quality & Hygiene (Poin 39-44)

๐Ÿ“‹ List Health

  • โœ“ [39] Double opt-in untuk semua subscriber baru
  • โœ“ [40] Hard bounce auto-suppress immediate
  • โœ“ [41] Soft bounce retry max 5x kemudian suppress
  • โœ“ [42] Spam complaint auto-suppress & alert
  • โœ“ [43] Unengaged (180+ days no open) sunset atau re-engage
  • โœ“ [44] Role emails removed (info@, admin@, etc)

๐Ÿ“Š Section 6: Reputation Monitoring (Poin 45-50)

๐Ÿ“‹ Monitoring & Feedback Loops

  • โœ“ [45] Google Postmaster Tools configured & monitored
  • โœ“ [46] Microsoft SNDS registered & monitored
  • โœ“ [47] Yahoo Complaint Feedback Loop (CFL) registered
  • โœ“ [48] DMARC reports parsed & reviewed weekly
  • โœ“ [49] Inbox placement tests monthly (seed list)
  • โœ“ [50] Sender Score monitored (target >90)

๐ŸŽฏ Scoring & Prioritasi

Score Status Action Expected Impact
48-50 ๐ŸŸข Excellent Maintain, optimize incremental Inbox rate 95-98%
40-47 ๐ŸŸก Good Fix 3-5 high-impact items Inbox rate 85-95%
30-39 ๐ŸŸ  Needs Work Fix 10+ items, focus authentication Inbox rate 70-85%
20-29 ๐Ÿ”ด Critical Major overhaul, potential blacklist Inbox rate 50-70%
<20 โšซ Emergency Stop sending, full audit + recovery Inbox rate <50%

๐Ÿ› ๏ธ Tools untuk Audit

Tool Checks Cost
MXToolbox SPF, DKIM, DMARC, Blacklist, SMTP Free / Freemium
Google Postmaster Domain reputation, spam rate, encryption Free
Mail-Tester Content spam score, authentication Free
GlockApps Inbox placement, seed testing Freemium
Sender Score IP reputation (Return Path) Free
SMTPku Audit 50-point comprehensive check Free

๐Ÿค– Automation: Jangan Audit Manual Setiap Bulan

Setup monitoring yang berjalan otomatis:

# Daily automated checks - DNS record validation (SPF/DKIM/DMARC) - Blacklist monitoring (50+ RBLs) - SSL certificate expiry - Domain expiry check # Weekly reports - DMARC report parsing - Engagement trend analysis - Bounce rate by campaign - Spam complaint rate # Monthly deep dive - Inbox placement test (seed list to 10 providers) - Content spam score test - IP reputation check - Competitive deliverability benchmark

๐Ÿฉบ Comprehensive Audit Gratis

Tim SMTPku akan menjalankan 50-point checklist ini untuk domain Anda. Report lengkap dengan prioritasi fixes dan timeline implementasi.

Mulai Audit Gratis โ†’

โ“ FAQ: Deliverability Audit

Berapa sering harus audit deliverability? โ–ผ
Deep audit: quarterly. Quick checks: weekly. Continuous monitoring: daily automation. Post-major-change (domain migration, IP change, new template): immediate full audit.
Apakah score 50/50 guarantee inbox rate 100%? โ–ผ
Tidak ada guarantee 100%. Provider email punya algoritma proprietary. Tapi score 50/50 dengan engagement baik (open >20%, complaint <0.1%) akan menghasilkan inbox rate 95%+ untuk Gmail/Yahoo.
Audit sendiri vs third-party service? โ–ผ
Audit sendiri untuk monitoring rutin, third-party untuk validation dan blind spots. SMTPku audit gratis memberikan external perspective dan benchmark dengan 1000+ domain lain.
Berapa lama implementasi fixes dari audit? โ–ผ
Quick wins (DNS, content): 1-2 hari. Medium (infrastructure, warming): 1-2 minggu. Major (reputation recovery): 1-3 bulan. Prioritaskan by impact vs effort.
Apakah audit perlu untuk transactional-only sender? โ–ผ
Ya, tapi fokus berbeda. Transactional butuh Section 1 (DNS), 2 (Infrastructure), dan 6 (Monitoring) lebih ketat. Content dan list hygiene less critical karena expected oleh recipient.