Skip to content

Commit

Permalink
Update remote.md
Browse files Browse the repository at this point in the history
1. fixed security levels href
2. changed default of min_tls_level (https://github.com/foxcpp/maddy/blob/master/maddy.conf)
  • Loading branch information
fluidum authored Jan 18, 2024
1 parent b0d68ed commit 9c4438a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/targets/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,16 @@ local_policy {
Using `local_policy off` is equivalent to setting both directives to `none`.

### min_tls_level `none` | `encrypted` | `authenticated`
Default: `none`
Default: `encrypted`

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`
Default: `none`

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.

0 comments on commit 9c4438a

Please sign in to comment.