Parent: #6
Imported from: singleton-sd/poc-plattform-kit#279
This is Human & Operations work, not agent implementation.
Goal
Enable “verified” BIMI logo display in Gmail (and other providers that require a certificate) by purchasing and configuring a VMC or CMC, then wiring it into PostKit email branding.
This was explicitly out of scope for the initial BIMI delivery on poc-plattform-kit.
Scope
- Evaluate VMC vs CMC options for the sending brand/domain (per-tenant
mail.<poc>.poc.singletonsd.com and/or a future shared domain).
- Purchase certificate from an approved issuer.
- Host the PEM at a stable public HTTPS URL (or provider-required location).
- Set
EMAIL_BIMI_EVIDENCE_URL in PostKit Function app settings (Key Vault reference if treated as a secret) on ssd-global-kv-prod-ae.
- Update BIMI DNS TXT
a= tag via the PostKit provisioner.
- Re-run branding validation and send a test message.
- Confirm logo rendering in Gmail after propagation.
Out of scope
- Code changes to BIMI sending logic.
- Outlook/Exchange logo display hacks (unsupported).
Acceptance criteria
Notes
- Without VMC/CMC, Gmail may ignore BIMI even when DNS and headers are correct.
- Add a renewal reminder before cert expiry.
- Do not paste certificate private material into this public repository.
Parent: #6
Imported from: singleton-sd/poc-plattform-kit#279
This is Human & Operations work, not agent implementation.
Goal
Enable “verified” BIMI logo display in Gmail (and other providers that require a certificate) by purchasing and configuring a VMC or CMC, then wiring it into PostKit email branding.
This was explicitly out of scope for the initial BIMI delivery on poc-plattform-kit.
Scope
mail.<poc>.poc.singletonsd.comand/or a future shared domain).EMAIL_BIMI_EVIDENCE_URLin PostKit Function app settings (Key Vault reference if treated as a secret) onssd-global-kv-prod-ae.a=tag via the PostKit provisioner.Out of scope
Acceptance criteria
EMAIL_BIMI_EVIDENCE_URLconfigured for production as appropriate.a=pointing at the certificate PEM URL.Notes