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:
- DMARC policy at enforcement level (
or, typically with). - SPF and DKIM configured and aligned for active mail streams.
- A BIMI-compliant SVG logo hosted over HTTPS.
- 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
- Finalize your SVG logo per BIMI profile constraints.
- Host logo at stable HTTPS URL.
- Add TXT record at
. - Confirm DMARC policy and alignment are enforcement-ready.
- Validate BIMI record syntax and logo accessibility.
- 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
- TXT record resolves publicly.
- Logo URL returns expected SVG over HTTPS.
- DMARC alignment passes on real outbound samples.
- No SPF
or broken DKIM selectors. - 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.
Related routes
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.