mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
6 lines
297 B
Go
6 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
|