From 342ecc86031ee730e4ff112f18e7eae10c853f46 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 24 Jun 2016 09:43:15 +0200 Subject: [PATCH] Use / separator when dovecot has SharedMailbox enabled --- root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail index eca1423..fc8870b 100644 --- a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail +++ b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail @@ -4,7 +4,7 @@ SOGoSMTPServer = localhost; SOGoIMAPServer = "imap://localhost:{$imap{'TCPPort'} || '143'}"; NGImap4DisableIMAP4Pooling = NO; - NGImap4ConnectionStringSeparator = "."; + NGImap4ConnectionStringSeparator = "{ (($dovecot{SharedMailbox} || 'disabled') eq 'enabled') ? '/' : '.' }"; SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")}; SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")}; SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};