Every time, one of my users tell me this fairy tale about disappearing mails it’s 100% client’s fault not MC. About 50% of times the culprit is Apple inc. Are you using any Apple device? They are deleting your mails they think as spam without asking.
What to do on MC side? Make your log more verbose a check if your messages are deleted without your knowledge. Edit your data/conf/dovecot/extra.conf and add
plugin {
mail_log_events = delete undelete expunge save copy mailbox_create mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size from subject
mail_log_cached_only = no
}
Also check Dovecot docs what you just post into your config and if it fits your needs,…
Down & up your stack to load new config and you should see logs like this dovecot: imap(email@address)<NO><ID>: delete: box=Folder, uid=NO, msgid=<ID>, size=SIZE, from=from@domain, subject=Subject example if IMAP delete command made,…