Hi,
I have strange problem.
I bring up new clean mailcow server before four days and I sync all mails from old mail server.
All mail was worked well from Sogo and IMAP.
After security update from yesterday I updated server and all Sogo mailboxes was empty.
I checked mailboxes in
/var/lib/docker/…vmail/domain_name and I saw mails is in Maildir
I checked mailcow.conf and there is set:
MAILDIR_SUB=Maildir
what is ok.
I tried to remove and set blank:
MAILDIR_SUB=
run docker-compose down and docker-compose up -d
Nothing happend.
Than I revert to:
MAILDIR_SUB=Maildir
run docker-compose down and docker-compose up -d
and mail in Sogo were shown.
Than I loged in another account. Same problem and I need to do all that steps for every account.
Login to Sogo
Set MAILDIR_SUB=
compose down, compose up
Set MAILDIR_SUB=Maildir
compose down, compose up
This is weird. What can be problem?
Thank you.