mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
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:
parent
b0d68ed147
commit
9c4438af2b
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue