1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs: Add documentation for security level checks

This patch adds documentation for the security level checks, and
references it (the rendered version, for convenience) from the README
file.
This commit is contained in:
Alberto Bertogli
2019-08-06 02:58:12 +01:00
parent d348477841
commit c6c9866ae1
3 changed files with 154 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ It's written in [Go](https://golang.org), and distributed under the
DKIM/DMARC.
* International usernames ([SMTPUTF8]) and domain names ([IDNA]).
* Secure
* Tracking of per-domain TLS support, prevents connection downgrading.
* [Tracking] of per-domain TLS support, prevents connection downgrading.
* Multiple TLS certificates.
* Easy integration with [Let's Encrypt].
* [SPF] and [MTA-STS] checking.
@@ -49,6 +49,7 @@ It's written in [Go](https://golang.org), and distributed under the
[MTA-STS]: https://tools.ietf.org/html/rfc8461
[Debian]: https://debian.org
[Ubuntu]: https://ubuntu.com
[Tracking]: https://chasquid.readthedocs.io/en/latest/sec-levels/
## Documentation