diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index ff485bd21..f57e77c25 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2092,7 +2092,10 @@ The default value is `YES`. |S |NGImap4AuthMechanism |Trigger the use of the IMAP `AUTHENTICATE` command with the specified -SASL mechanism. Please note that feature might be limited at this time. +SASL mechanism. Using `AUTHENTICATE` instead of `LOGIN` is also necessary +to enable UTF-8 characters in users' passwords. To enable simple use of +`AUTHENTICATE` for this purpose, set this setting to `plain`. Please note +that this feature might be limited at this time. |D |NGImap4ConnectionGroupIdPrefix |Prefix to prepend to names in IMAP ACL transactions, to indicate the diff --git a/Scripts/sogo.conf b/Scripts/sogo.conf index b07523748..73c34b32d 100644 --- a/Scripts/sogo.conf +++ b/Scripts/sogo.conf @@ -32,6 +32,7 @@ //SOGoMailingMechanism = smtp; //SOGoForceExternalLoginWithEmail = NO; //SOGoMailSpoolPath = /var/spool/sogo; + //NGImap4AuthMechanism = "plain"; //NGImap4ConnectionStringSeparator = "/"; /* Notifications */