On Thu, Aug 26, 2021 at 05:11:10AM +0000, Rahul Kissoon <weeb_hiroy...@outlook.com> wrote:
> Thanks for the clarification. Though hmm, I'm still unsure as to why Postfix > is still storing emails in /var/mail then. On the local delivery server, the > domain matched $mydestination and mailbox_transport is configured to use > Dovecot LMTP. I can access my emails by connecting to Dovecot with IMAP on a > regular email client. Is it possible that dovecot is storing mail in /var/mail? I don't know enough about dovecot. I know I have to tell it where I want it to store mails, and that I want to store them in Maildir format. But I don't know what the default is. Perhaps its default is /var/mail in mbox format. If so, that might explain what you are seeing. Or have you told dovecot to store mail elsewhere, and is the mail appearing in both locations? That would be wierd. If so, please send the output of: postconf -nf postconf -Mf cheers, raf