Update remote.md

1. fixed security levels href
2. changed default of min_tls_level (https://github.com/foxcpp/maddy/blob/master/maddy.conf)
This commit is contained in:
fluidum 2024-01-18 14:09:26 +02:00 committed by GitHub
parent b0d68ed147
commit 9c4438af2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -280,16 +280,16 @@ local_policy {
Using `local_policy off` is equivalent to setting both directives to `none`. Using `local_policy off` is equivalent to setting both directives to `none`.
### min_tls_level `none` | `encrypted` | `authenticated` ### min_tls_level `none` | `encrypted` | `authenticated`
Default: `none` Default: `encrypted`
Set the minimal TLS security level required for all outbound messages. Set the minimal TLS security level required for all outbound messages.
See [Security levels](../../../seclevels) page for details. See [Security levels](/seclevels) page for details.
### min_mx_level `none` | `mtasts` | `dnssec` ### min_mx_level `none` | `mtasts` | `dnssec`
Default: `none` Default: `none`
Set the minimal MX security level required for all outbound messages. Set the minimal MX security level required for all outbound messages.
See [Security levels](../../../seclevels) page for details. See [Security levels](/seclevels) page for details.