From dd0882fc3485570cdfe672b64a5bf458601b2686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 31 Aug 2018 16:50:05 +0200 Subject: [PATCH] Fix separator for sieve filter --- conf/sogo.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/sogo.conf b/conf/sogo.conf index b19e9f6..30b29bb 100644 --- a/conf/sogo.conf +++ b/conf/sogo.conf @@ -6,6 +6,7 @@ SOGoProfileURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_user_profile"; OCSFolderInfoURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_folder_info"; OCSSessionsFolderURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_sessions_folder"; + NGImap4ConnectionStringSeparator = "."; SOGoAppointmentSendEMailNotifications = YES; SOGoEnablePublicAccess = YES; SOGoMailingMechanism = smtp;