On 10-12-17 6:04 AM, Покотиленко Константин wrote:
I can't believe that everybody create Sent/Trash/Drafs folders manually
The Drafts folder will be created when you first save a message in it from SOGo.
The Sent folder will be created the first time you send a message from SOGo.
The Trash folder will be created when you first delete a message from SOGo.

You did put in your defaults :

SOGoDraftsFolderName = INBOX/Drafts;
SOGoSentFolderName = INBOX/Sent;
SOGoTrashFolderName = INBOX/Trash;

but you likely set "altnamespace: yes" and "unixhierarchysep: yes" (in /etc/imapd.conf) which result in a broken configuration as with this, Cyrus will prevent the creation of INBOX's subfolders.

Fix your SOGo configuration by simply setting :

SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;


Regards,

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to