Skip to content

Commit

Permalink
tweaks as per reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
kkelley1 committed Sep 26, 2023
1 parent 49bc522 commit d8ebe94
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/momentum/4/config/tls-ciphers.md
Original file line number Diff line number Diff line change
@@ -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..."
---
Expand All @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions content/momentum/4/using-dkim.md
Original file line number Diff line number Diff line change
@@ -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..."
---
Expand Down Expand Up @@ -120,7 +120,7 @@ Key type. This tag defines the syntax and semantics of the p= tag value. Current

<dd>

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.

</dd>

Expand Down
21 changes: 21 additions & 0 deletions content/momentum/changelog/4/4-6.md
Original file line number Diff line number Diff line change
@@ -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

<a name="changelog.4.6.table"></a>

| 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 |
2 changes: 1 addition & 1 deletion content/momentum/changelog/4/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastUpdated: "05/08/2023"
lastUpdated: "09/20/2023"
title: "Category File"
type: "custom"
name: "Momentum 4.x Changelogs"
Expand Down

0 comments on commit d8ebe94

Please sign in to comment.