mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
7 lines
297 B
Go
7 lines
297 B
Go
|
// Package tlsrpt implements SMTP TLS Reporting, RFC 8460.
|
||
|
//
|
||
|
// TLSRPT allows a domain to publish a policy requesting feedback of TLS
|
||
|
// connectivity to its SMTP servers. Reports can be sent to an address defined
|
||
|
// in the TLSRPT DNS record. These reports can be parsed by tlsrpt.
|
||
|
package tlsrpt
|