On 14/06/2025 15:06 EEST alberto via dovecot <dovecot@dovecot.org> wrote:
Hi, I'm migrating my physical Dovecot Server 2.2.33.2 to a new 2.4.1 (latest) on Docker container installation. I've got auth process successfully (Mariadb + Wforce included), but I cannot see their Maildir mailbox structure and elements, and logging debug not show errors related.
I detected in my probe account that when I make logging with the new installation, a new "Maildir" directory into Mailbox structure disk is created, as unique difference that I noted, and perhaps would be a symptom, but I'm not sure. ... imap(probe@mydomain)<20><BpSIoIY3GIpYDjFl>: Info: Mailbox INBOX: Mailbox created ...
Can you set
log_debug=cateogory=mail
then do
doveadm exec imap -u probe@mydomain SELECT INBOX LOGOUT
and send output?
Aki