From d8ebe94239a2bc79b3371c48448f7612e5b076be Mon Sep 17 00:00:00 2001 From: Kris Kelley Date: Tue, 26 Sep 2023 12:54:49 -0400 Subject: [PATCH] tweaks as per reviews --- content/momentum/4/config/tls-ciphers.md | 4 ++-- content/momentum/4/using-dkim.md | 4 ++-- content/momentum/changelog/4/4-6.md | 21 +++++++++++++++++++++ content/momentum/changelog/4/index.md | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 content/momentum/changelog/4/4-6.md diff --git a/content/momentum/4/config/tls-ciphers.md b/content/momentum/4/config/tls-ciphers.md index d19d1745..ac172ecf 100644 --- a/content/momentum/4/config/tls-ciphers.md +++ b/content/momentum/4/config/tls-ciphers.md @@ -1,5 +1,5 @@ --- -lastUpdated: "03/26/2020" +lastUpdated: "09/26/2023" title: "tls_ciphers" description: "tls ciphers specify allowable ciphers for TLS inbound and outbound sessions TLS Ciphers DEFAULT NORMAL Configuration Change Support for GNUTLS is available as of version 4 1 for SMTP reception and SMTP deliveries only This option specifies the allowable ciphers for a TLS session The allowable ciphers must be a..." --- @@ -18,7 +18,7 @@ tls_ciphers — specify allowable ciphers for TLS inbound and outbound sessions **Configuration Change. ** Support for GNUTLS is available as of version 4.1 for SMTP reception and SMTP deliveries only. -This option specifies the allowable ciphers for a TLS session using TLSv1.2 or below. The allowable ciphers must be a subset of the available ciphers on the host system. For TLSv1.3, see tlsv13_ciphersuites. +This option specifies the allowable ciphers for a TLS session using TLSv1.2 or below. The allowable ciphers must be a subset of the available ciphers on the host system. For TLSv1.3, see [tlsv13_ciphersuites](/momentum/4/config/tls-v13_ciphersuites). **OpenSSL** diff --git a/content/momentum/4/using-dkim.md b/content/momentum/4/using-dkim.md index ef59ceb7..720abe5b 100644 --- a/content/momentum/4/using-dkim.md +++ b/content/momentum/4/using-dkim.md @@ -1,5 +1,5 @@ --- -lastUpdated: "03/26/2020" +lastUpdated: "09/26/2023" title: "Using DomainKeys Identified Mail (DKIM) Signatures" description: "Domain Keys Identified Mail DKIM is a mechanism that allows verification of the source and contents of email messages Using DKIM sending domains can include a cryptographic signature in outgoing email messages A message's signature may be verified by any or all MT As during transit and by the Mail..." --- @@ -120,7 +120,7 @@ Key type. This tag defines the syntax and semantics of the p= tag value. Current
-Hash algorithm. Currently, this tag should have the value "sha1" or "sha256". Use of sha256 is recommended. +Hash algorithm. Currently, this tag should have the value "sha1" or "sha256". Use of sha256 is strongly recommended.
diff --git a/content/momentum/changelog/4/4-6.md b/content/momentum/changelog/4/4-6.md new file mode 100644 index 00000000..95945328 --- /dev/null +++ b/content/momentum/changelog/4/4-6.md @@ -0,0 +1,21 @@ +--- +lastUpdated: "09/20/2023" +title: "Momentum 4.6 Changelog" +description: "Momentum 4.6 was released on 2023-10-TBD. This section will list all of the major changes that happened with the release of Momentum 4.6. Depending on installation type, all changes may not be applicable" +--- + +This section will list all of the major changes that happened with the release of **Momentum 4.6**. Depending on installation type, all changes may not be applicable + + + +| Type | Ticket | Description | +| --- | --- | --- | +| Fix | SD-3601 | JSON syntax in message Subject can cause invalid JSON in message events | +| Fix | SD-3756 | Fix age-based outbound_throttle_messages | +| Fix | SD-3757 | Adaptive reset command doesn't work on not-recently-used domain | +| Fix | SD-3758 | Adaptive does not enforce outbound_throttle_messages values < 1 | +| Fix | SD-3977 | Positive adjustments of adaptive settings ignored until 12h has passed | +| Fix | SD-4001 | Crash after reroute command | +| Fix | SD-4009 | Crash with certain lengths of user:pwd in SMTP AUTH LOGIN | +| Feature | SD-3947 | Support OpenSSL 1.1.1 and TLSv1.3 | +| Feature | SD-3987 | Add configuration directives for TLSv1.3 ciphersuites | diff --git a/content/momentum/changelog/4/index.md b/content/momentum/changelog/4/index.md index c8cdf743..84d11421 100644 --- a/content/momentum/changelog/4/index.md +++ b/content/momentum/changelog/4/index.md @@ -1,5 +1,5 @@ --- -lastUpdated: "05/08/2023" +lastUpdated: "09/20/2023" title: "Category File" type: "custom" name: "Momentum 4.x Changelogs"