-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EOP-218: Compilation of changes for Momentum 4.8 release (#771)
* EOP-164: add support pages for MTA-STS in Momentum (#760) * EOP-155 ec_mta_sts_purge utility (#764) * EOP-176 tlsa_expire_interval (#765) * EOP-134 Fix documentation for ec_ssl_SSL_CTX_fixup (#766) * EOP-208: Release 4.8 documentation (#769) * EOP-218: Updating the c-ares version Signed-off-by: Doug Koerich <[email protected]> --------- Signed-off-by: Doug Koerich <[email protected]> Co-authored-by: Julie Zhao <[email protected]> Co-authored-by: Kris Kelley <[email protected]>
- Loading branch information
1 parent
4a9f380
commit ed45684
Showing
27 changed files
with
623 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
lastUpdated: "06/01/2024" | ||
title: "enable_dane" | ||
description: "config option to enable application of DANE TLS verification for outbound mails" | ||
--- | ||
|
||
<a name="config.enable-dane"></a> | ||
## Name | ||
|
||
enable_dane — specify whether Momentum should apply DANE TLS verification for outbound emails | ||
|
||
## Synopsis | ||
|
||
`enable_dane = "true|false"` | ||
|
||
## Description | ||
|
||
This option is only effective when [dane module](/momentum/4/modules/dane) is configured and | ||
[use_dane](/momentum/4/config/use-dane) is `true` for a recipient domain. | ||
|
||
This option specifies whether Momentum should try to apply the DANE TLS verification rules defined | ||
in TLSA record when sending emails to a remote site. | ||
|
||
The default value is `true` when `use_dane` is `true` for a domain. | ||
|
||
|
||
## Scope | ||
|
||
`enable_dane` is valid in the binding, binding_group, domain and global scopes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
lastUpdated: "06/01/2024" | ||
title: "enable_mta_sts" | ||
description: "config option to enable MTA-STS policy application for outbound mails" | ||
--- | ||
|
||
<a name="config.enable-mta-sts"></a> | ||
## Name | ||
|
||
enable_mta_sts — specify whether Momentum should apply MTA-STS policies for outbound emails. | ||
|
||
## Synopsis | ||
|
||
`enable_mta_sts = "true|false"` | ||
|
||
## Description | ||
|
||
This option is only effective when [use_mta_sts](/momentum/4/config/mta-sts/use-mta-sts) is `true` | ||
for a recipient domain. | ||
This option specifies whether Momentum should try to apply the retrieved MTA-STS policy when sending | ||
emails to a remote site. See [MTA-STS support in Momentum](/momentum/4/mta-sts) for more details. | ||
|
||
|
||
When this option is `true`, the MTA-STS policy mode will be considered along with the configuration | ||
values for [TLS](/momentum/4/config/ref-tls) and [TLS_Verify](/momentum/4/config/tls-verify). | ||
The more strict policy will apply: | ||
|
||
- When the MTA-STS policy mode is `enforce`, regardless of the | ||
values for `TLS` and `TLS_Verify`, Momentum will enforce TLS (equivalent to `TLS = required`) and | ||
will fail the delivery upon a failed certificate validation (equivalent to `TLS_Verify = host`). | ||
- When the MTA-STS policy mode is `testing`, Momentum will apply `TLS = ifavailable` (unless | ||
`TLS = required` is specified) and `TLS_Verify = optional` (unless `TLS_Verify = host` is | ||
specified). | ||
- When the MTA-STS policy mode is `none`, the policy will be ignored and the configuration values for | ||
`TLS` and `TLS_Verify` will be respected. | ||
|
||
The default value is `true` when `use_mta_sts` is `true` for a domain. | ||
|
||
|
||
## Scope | ||
|
||
`enable_mta_sts` is valid in the domain, binding, binding_group, and global scopes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
lastUpdated: "06/01/2024" | ||
title: "Category File" | ||
type: "custom" | ||
name: "MTA-STS Configuration Options Reference" | ||
description: "MTA-STS configuration Options index" | ||
--- | ||
|
||
- [use_mta_sts](/momentum/4/config/mta-sts/use-mta-sts) | ||
- [enable_mta_sts](/momentum/4/config/mta-sts/enable-mta-sts) | ||
- [mta_sts_dns_cname_max_depth](/momentum/4/config/mta-sts/mta-sts-dns-cname-max-depth) | ||
- [mta_sts_policy_store](/momentum/4/config/mta-sts/mta-sts-policy-store) | ||
|
||
|
Oops, something went wrong.