Set . as mailbox separator

This commit is contained in:
Daniel Berteaud 2016-06-06 16:04:34 +02:00
parent 562f3c5482
commit bea4d69eda
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
SOGoSMTPServer = localhost;
SOGoIMAPServer = "imap://localhost:{$imap{'TCPPort'} || '143'}";
NGImap4DisableIMAP4Pooling = NO;
NGImap4ConnectionStringSeparator = ".";
SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")};
SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")};
SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};