ok solve the problem:
/etc/dovecot/dovecot.conf
change few line in the /etc/dovecot/dovecot.conf

namespace inbox {
    inbox=yes
    separator = /
    mailbox Trash {
        auto = subscribe
        special_use = \Trash
    }
    mailbox Drafts {
        auto = subscribe
        special_use = \Drafts
    }

    mailbox Sent {
        auto = subscribe
        special_use = \Sent
    }

    mailbox "Sent Messages" {
        auto = no
        special_use = \Sent
    }

    mailbox Spam {
        auto = create
        special_use = \Junk
    }
    subscriptions = yes
}

and delete ("comment") few row in the sogo.conf

SOGoDraftsFolderName = Drafts;          // User can override parameter
SOGoSentFolderName = Sent;              // User can override parameter
SOGoTrashFolderName = Trash;            // User can override parameter
SOGoMailShowSubscribedFoldersOnly = NO; // User can override parameter




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

Reply via email to