From 53f9449a51b574a15356191aabf6eca788af483e Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 20 Feb 2023 18:53:08 +0100 Subject: [PATCH] feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565. --- Documentation/SOGoInstallationGuide.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index d80e4069b2..dce4f268f7 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -3258,6 +3258,9 @@ current version of SOGo from the previous release. [cols="100a"] |======================================================================= +h|5.8.1 +|New options `SOGoSMTPMasterUserEnabled`, `SOGoSMTPMasterUserUsername` and `SOGoSMTPMasterUserPassword` has been added. Those parameters replace the `-p` option for sogo-ealarms-notify. + h|5.6.0 |The session table (`OCSSessionsFolderURL`) must be dropped prior to restart sogod. This will allow users to use larger passwords (up to 2048 characters).