From d4b8c580c879c77a23705f469ba62496ff4e8302 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 27 Mar 2018 15:34:45 +0200 Subject: [PATCH] Also use / separator when PublicMailbox is 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 e96bbc4..5dbcb71 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 = "{ (($dovecot{SharedMailbox} || 'disabled') eq 'enabled') ? '/' : '.' }"; + NGImap4ConnectionStringSeparator = "{ ((($dovecot{SharedMailbox} || 'disabled') eq 'enabled') || (($dovecot{PublicMailbox} || 'disabled') eq 'enabled')) ? '/' : '.' }"; SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")}; SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")}; SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};