From 394b8c3c42aad9e34d6c7a19bc3afb777461dab7 Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Thu, 11 Apr 2024 12:42:47 -0400 Subject: [PATCH] [irods/irods#7651] Document "enable_deprecated_msiSendMail" configuration option. --- docs/system_overview/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/system_overview/configuration.md b/docs/system_overview/configuration.md index 935c68e..a20adc5 100644 --- a/docs/system_overview/configuration.md +++ b/docs/system_overview/configuration.md @@ -55,6 +55,11 @@ This file defines the behavior of the server Agent that answers individual reque "cache_clearer_sleep_time_in_seconds": 600 }, + // (Optional) + // Controls whether invocation of the msiSendMail microservice is allowed on the server. + // This option is NOT included on new installations or added during upgrades. + "enable_deprecated_msiSendMail": false, + // (Optional) // Contains settings for controlling the behavior of the internal Hostname cache. "hostname_cache": {