Implement BIMI checks

This commit is contained in:
nemunaire 2025-10-19 18:11:23 +07:00
commit c1211a8ce1
7 changed files with 441 additions and 5 deletions

View file

@ -353,6 +353,8 @@ components:
$ref: '#/components/schemas/AuthResult'
dmarc:
$ref: '#/components/schemas/AuthResult'
bimi:
$ref: '#/components/schemas/AuthResult'
AuthResult:
type: object
@ -420,7 +422,7 @@ components:
example: "example.com"
record_type:
type: string
enum: [MX, SPF, DKIM, DMARC]
enum: [MX, SPF, DKIM, DMARC, BIMI]
description: DNS record type
example: "SPF"
status: