From a846edee1c4aae825a3819cb0a38371174aeea8d Mon Sep 17 00:00:00 2001 From: Tobias Fiebig Date: Mon, 7 Nov 2022 04:26:17 +0100 Subject: [PATCH] docs(core): add NGImap4AuthMechanism = "plain"; to sample config file forcing `AUTHENTICATE` using Add NGImap4AuthMechanism = "plain"; is necessary for setups where users have UTF-8 characters in their password --- Scripts/sogo.conf | 1 + 1 file changed, 1 insertion(+) 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 */