From fbb9ac144d7739229d4a9f7a3ffa7e0b91d20180 Mon Sep 17 00:00:00 2001 From: Kris Kelley Date: Fri, 14 Jun 2024 10:57:52 -0400 Subject: [PATCH 1/4] EOP-176 tlsa_expire_interval --- content/momentum/4/config-options-summary.md | 1 + content/momentum/4/config/index.md | 1 + .../4/config/ref-tlsa-expire-interval.md | 24 +++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 content/momentum/4/config/ref-tlsa-expire-interval.md diff --git a/content/momentum/4/config-options-summary.md b/content/momentum/4/config-options-summary.md index cca6110c6..9eb5325ac 100644 --- a/content/momentum/4/config-options-summary.md +++ b/content/momentum/4/config-options-summary.md @@ -352,6 +352,7 @@ The `Version` column indicated the version(s) of Momentum that support the optio | [tls_verified_peer_is_authorized](/momentum/4/config/tls-verified-peer-is-authorized) – Mark requests that use a verified SSL Client certificate as being authorized | sending | false | 4.0 and later | http_listener, listen, pathway, peer | | [tls_verify](/momentum/4/config/tls-verify) – Specify how to handle the remote presented certificate | sending | no | 4.0 and later | binding, binding_group, domain, global | | [tls_verify_mode](/momentum/4/config/tls-verify-mode) – Determine whether a TLS certificates is required | receiving |   | 4.0 and later | ecstream_listener, esmtp_listener, http_listener, listen, pathway, pathway_group, peer, xmpp_listener | +| [tlsa_expire_interval](/momentum/4/config/ref-tlsa-expire-interval) – How often to check for domains with expired DANE TLSA information | sending | 3600 | 4.8 and later | global | | [topology](/momentum/4/4-cluster-config-duravip) *(scope)* – Define the cluster network topology (cluster-specific) | na |   | 4.0 and later | cluster | | [trace_smtp_mode](/momentum/4/config/ref-trace-smtp-mode) – Set the default permissions of trace files | sending | 0640 (*non-dynamic*) | 4.0 and later | global | | [tracking_domain](/momentum/4/config/tracking-domain) – Set the tracking domain to use for engagement tracking in SMTP injections | string | localhost:8080 | 4.1-HF4 (beta) | esmtp_listener, listen, pathway, pathway_group, peer | diff --git a/content/momentum/4/config/index.md b/content/momentum/4/config/index.md index 5f820d160..789ed4833 100644 --- a/content/momentum/4/config/index.md +++ b/content/momentum/4/config/index.md @@ -217,6 +217,7 @@ description: "This chapter provides the definitions of the configuration options | [tls_verified_peer_is_authorized](/momentum/4/config/tls-verified-peer-is-authorized) | Marks requests that use a verified SSL Client certificate as being authorized | | [tls_verify](/momentum/4/config/tls-verify) | specify how to handle the remote presented certificate | | [tls_verify_mode](/momentum/4/config/tls-verify-mode) | determine whether a TLS certificate is required | +| [tlsa_expire_interval](/momentum/4/config/ref-tlsa-expire-interval) | how often to check for domains with expired DANE TLSA information | | [trace_smtp_mode](/momentum/4/config/ref-trace-smtp-mode) | set the default permissions of trace files | | [tracking_domain](/momentum/4/config/tracking-domain) | set the tracking domain to use for engagement tracking in SMTP injections | | [tracking_link_expiry](/momentum/4/config/tracking-link-expiry) | set the expiration time for engagement tracking for SMTP injections | diff --git a/content/momentum/4/config/ref-tlsa-expire-interval.md b/content/momentum/4/config/ref-tlsa-expire-interval.md new file mode 100644 index 000000000..cd50d49e4 --- /dev/null +++ b/content/momentum/4/config/ref-tlsa-expire-interval.md @@ -0,0 +1,24 @@ +--- +lastUpdated: "03/26/2024" +title: "tlsa_expire_interval" +description: "tlsa expire interval how often to check for domains with expired DANE TLSA record information dns tlsa expire interval" +--- + + +## Name + +tlsa_expire_interval — how often to check for domains with expired DANE TLSA information + +## Synopsis + +`tlsa_expire_interval = 120` + +## Description + +How often the garbage collector should check for domains with expired DANE TLSA record entries and remove them. This information is normally refreshed during regular DNS record refresh, but if domains have not been used in a long time, this will remove those unneeded entries. + +The default is `3600` seconds. + +## Scope + +`tlsa_expire_interval` is valid in the global scope. \ No newline at end of file From a8980579512c077d9655f70830aaba0193f5bbdc Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Tue, 9 Jul 2024 16:19:51 -0300 Subject: [PATCH 2/4] EOP-176: Updating date Signed-off-by: Doug Koerich --- content/momentum/4/config/ref-tlsa-expire-interval.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/momentum/4/config/ref-tlsa-expire-interval.md b/content/momentum/4/config/ref-tlsa-expire-interval.md index cd50d49e4..e4a93ceaa 100644 --- a/content/momentum/4/config/ref-tlsa-expire-interval.md +++ b/content/momentum/4/config/ref-tlsa-expire-interval.md @@ -1,13 +1,13 @@ --- -lastUpdated: "03/26/2024" +lastUpdated: "06/30/2024" title: "tlsa_expire_interval" -description: "tlsa expire interval how often to check for domains with expired DANE TLSA record information dns tlsa expire interval" +description: "tlsa_expire_interval how often to check for domains with expired DANE TLSA record information" --- ## Name -tlsa_expire_interval — how often to check for domains with expired DANE TLSA information +tlsa_expire_interval — how often to check for domains with expired DANE TLSA information. ## Synopsis @@ -15,10 +15,10 @@ tlsa_expire_interval — how often to check for domains with expired DANE TLSA i ## Description -How often the garbage collector should check for domains with expired DANE TLSA record entries and remove them. This information is normally refreshed during regular DNS record refresh, but if domains have not been used in a long time, this will remove those unneeded entries. +How often the garbage collector should check for domains with expired DANE TLSA record entries and remove them. This information is normally refreshed during regular DNS record refresh, but if domains have not been used in a long time, this will remove those unneeded entries. The default is `3600` seconds. ## Scope -`tlsa_expire_interval` is valid in the global scope. \ No newline at end of file +`tlsa_expire_interval` is valid in the global scope. From b9e76a57451dca449f4205386843a1bcb795a5de Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Tue, 9 Jul 2024 16:31:36 -0300 Subject: [PATCH 3/4] EOP-176: Fixing merge issues Signed-off-by: Doug Koerich --- .../4/config/ref-tlsa-expire-interval.md | 24 ------------------- .../momentum/4/config/tlsa-expire-interval.md | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 content/momentum/4/config/ref-tlsa-expire-interval.md diff --git a/content/momentum/4/config/ref-tlsa-expire-interval.md b/content/momentum/4/config/ref-tlsa-expire-interval.md deleted file mode 100644 index e4a93ceaa..000000000 --- a/content/momentum/4/config/ref-tlsa-expire-interval.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -lastUpdated: "06/30/2024" -title: "tlsa_expire_interval" -description: "tlsa_expire_interval how often to check for domains with expired DANE TLSA record information" ---- - - -## Name - -tlsa_expire_interval — how often to check for domains with expired DANE TLSA information. - -## Synopsis - -`tlsa_expire_interval = 120` - -## Description - -How often the garbage collector should check for domains with expired DANE TLSA record entries and remove them. This information is normally refreshed during regular DNS record refresh, but if domains have not been used in a long time, this will remove those unneeded entries. - -The default is `3600` seconds. - -## Scope - -`tlsa_expire_interval` is valid in the global scope. diff --git a/content/momentum/4/config/tlsa-expire-interval.md b/content/momentum/4/config/tlsa-expire-interval.md index 903e14912..08652e728 100644 --- a/content/momentum/4/config/tlsa-expire-interval.md +++ b/content/momentum/4/config/tlsa-expire-interval.md @@ -6,7 +6,7 @@ description: "tlsa expire interval how often to check for expired TLSA DNS recor ## Name -tlsa_expire_interval — how often to check for expired TLSA records +tlsa_expire_interval — how often to check for expired TLSA records. ## Synopsis From 081af875198eccc931c55f693f86076e888ea1b9 Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Tue, 9 Jul 2024 16:34:42 -0300 Subject: [PATCH 4/4] EOP-176: Fixed bad link Signed-off-by: Doug Koerich --- content/momentum/4/config-options-summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/momentum/4/config-options-summary.md b/content/momentum/4/config-options-summary.md index f0f8b9cfe..fa97a440a 100644 --- a/content/momentum/4/config-options-summary.md +++ b/content/momentum/4/config-options-summary.md @@ -355,7 +355,7 @@ The `Version` column indicated the version(s) of Momentum that support the optio | [tls_verified_peer_is_authorized](/momentum/4/config/tls-verified-peer-is-authorized) – Mark requests that use a verified SSL Client certificate as being authorized | sending | false | 4.0 and later | http_listener, listen, pathway, peer | | [tls_verify](/momentum/4/config/tls-verify) – Specify how to handle the remote presented certificate | sending | no | 4.0 and later | binding, binding_group, domain, global | | [tls_verify_mode](/momentum/4/config/tls-verify-mode) – Determine whether a TLS certificates is required | receiving |   | 4.0 and later | ecstream_listener, esmtp_listener, http_listener, listen, pathway, pathway_group, peer, xmpp_listener | -| [tlsa_expire_interval](/momentum/4/config/ref-tlsa-expire-interval) – How often to check for domains with expired DANE TLSA information | sending | 3600 | 4.8 and later | global | +| [tlsa_expire_interval](/momentum/4/config/tlsa-expire-interval) – How often to check for domains with expired DANE TLSA information | sending | 3600 | 4.8 and later | global | | [topology](/momentum/4/4-cluster-config-duravip) *(scope)* – Define the cluster network topology (cluster-specific) | na |   | 4.0 and later | cluster | | [trace_smtp_mode](/momentum/4/config/ref-trace-smtp-mode) – Set the default permissions of trace files | sending | 0640 (*non-dynamic*) | 4.0 and later | global | | [tracking_domain](/momentum/4/config/tracking-domain) – Set the tracking domain to use for engagement tracking in SMTP injections | string | localhost:8080 | 4.1-HF4 (beta) | esmtp_listener, listen, pathway, pathway_group, peer |