Match user's language: Respond in the same language the user uses.
A zero-dependency email DNS health checker that uses dig and jq to audit SPF, DKIM, DMARC, BIMI, MTA-STS, and MX records. It detects email providers, counts SPF DNS lookups against the 10-lookup limit, grades overall email health A-F, and provides actionable fix guidance.
| audit | audit | Full email DNS health check with grade | | check-spf | check-spf | SPF validation with DNS lookup counting | | check-dkim | check-dkim [selector] | DKIM key validation (auto-detects selectors) | | check-dmarc | check-dmarc | DMARC policy validation | | detect-provider | detect-provider | Detect email provider from MX/SPF |
모든 도메인에 대한 이메일 DNS 레코드(SPF, DKIM, DMARC, BIMI, MTA-STS, MX)를 감사하고 검증합니다. 이메일 공급자를 감지하고, SPF DNS 조회를 계산하고, 전반적인 상태를 A~F로 평가하고, 수정 지침을 제공합니다. 사용자가 '이메일 DNS 확인', 'SPF/DKIM/DMARC 감사', '이메일 전달성 확인', '이메일 공급자 감지', '이메일 DNS 수정', '이메일 레코드 설정', '이메일 상태 점수' 또는 'DNS 레코드 업데이트'라고 말할 때 사용하세요. 출처: psylch/email-dns-health-skill.