bonus.bimi.missing

BIMI Not Configured

What we check

We query DNS for a TXT record at default._bimi.<domain>. BIMI (Brand Indicators for Message Identification) displays your brand logo next to authenticated mail in supporting inboxes. This finding means no BIMI record was found.

What this finding means

The domain publishes no BIMI record. That is not a security problem — BIMI is an optional display feature, not an authentication mechanism. It shows your logo in the inbox; it does not improve deliverability or filter spam.

BIMI is the cosmetic finishing touch on top of strong authentication, worth adding only once the fundamentals are solid. It has two hard prerequisites, and the second one costs money.

Is BIMI worth setting up?

How to fix

  1. Get DMARC to p=quarantine or p=reject at 100% first.

  2. Create an SVG Tiny PS logo and host it at a stable HTTPS URL.

  3. Obtain a VMC or CMC if you want the logo to display at Gmail/Apple/Yahoo.

  4. Publish the BIMI record at default._bimi.<domain>:

    default._bimi.example.com.  IN  TXT  "v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem"
    

    The l= tag points to the logo; a= points to the certificate. Drop a= for a self-asserted record — but expect the major providers not to show the logo.

How it's graded

A missing BIMI record is informational and carries no deduction — BIMI is an optional bonus, so its absence simply means you don't earn the bonus, not that you're penalized. See Grading Methodology for the full scoring model.

Evidence example

$ dig +short TXT default._bimi.example.com
(empty — no BIMI record published)

References