Add email-path checks
This commit is contained in:
parent
a97729fea6
commit
5d335c6a6c
7 changed files with 517 additions and 31 deletions
|
|
@ -589,6 +589,14 @@ components:
|
|||
type: string
|
||||
format: date-time
|
||||
description: When this hop occurred
|
||||
ip:
|
||||
type: string
|
||||
description: IP address of the sending server (IPv4 or IPv6)
|
||||
example: "192.0.2.1"
|
||||
reverse:
|
||||
type: string
|
||||
description: Reverse DNS (PTR record) for the IP address
|
||||
example: "mail.example.com"
|
||||
|
||||
DomainAlignment:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue