BIMI (Brand Indicators for Message Identification) lets compatible mailbox providers show your brand logo next to authenticated email.

BIMI is not a shortcut around authentication. It depends on strong domain-auth posture first.

Before you create a BIMI record

You need these prerequisites:

  1. DMARC policy at enforcement level ( or , typically with ).
  2. SPF and DKIM configured and aligned for active mail streams.
  3. A BIMI-compliant SVG logo hosted over HTTPS.
  4. Optional but often required: Verified Mark Certificate (VMC) depending on provider requirements.

If DMARC is still , BIMI usually will not activate.

BIMI DNS record format

BIMI is published as a TXT record, usually at .

Example:

Where:

  • is required version tag.
  • points to the logo location (HTTPS).

Some ecosystems also use for certificate location where applicable.

Step-by-step setup

  1. Finalize your SVG logo per BIMI profile constraints.
  2. Host logo at stable HTTPS URL.
  3. Add TXT record at .
  4. Confirm DMARC policy and alignment are enforcement-ready.
  5. Validate BIMI record syntax and logo accessibility.
  6. Monitor mailbox-provider behavior over time.

Common BIMI setup mistakes

  • logo not in accepted SVG profile,
  • HTTPS certificate issues on logo host,
  • publishing BIMI before DMARC enforcement,
  • inconsistent DKIM/SPF alignment across senders,
  • expecting instant universal logo display.

BIMI support is provider-dependent and rollout can be gradual.

Terraform example (Route 53)

Validation checklist

  1. TXT record resolves publicly.
  2. Logo URL returns expected SVG over HTTPS.
  3. DMARC alignment passes on real outbound samples.
  4. No SPF or broken DKIM selectors.
  5. Provider-specific BIMI requirements are satisfied.

Why BIMI matters

  • improves brand recognition in inbox UI,
  • increases sender trust signals,
  • reinforces anti-spoofing posture when combined with DMARC.

BIMI is a trust amplifier, not a primary security control.

Final take

Set up BIMI only after your authentication baseline is stable. Teams that treat BIMI as the final polish on a strong SPF/DKIM/DMARC foundation get the best long-term result.