<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23 Dec 2019, at 11.57, Philip Colmer <<a href="mailto:philip.colmer@linaro.org" class="">philip.colmer@linaro.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">I'm trying to diagnose a really strange situation where certain emails, when submitted to the mailbox by Postfix, are not considered to be unseen by Dovecot.<div class=""><br class=""></div><div class="">During testing, I've shut down anything else on the server that might want to access the mailbox. I submit the email to the local postfix instance which then says it has delivered it to the mailbox:</div><div class=""><br class=""></div><div class=""><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/smtpd[3283]: connect from localhost[127.0.0.1]</div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/smtpd[3283]: 5A0BF40261: client=localhost[127.0.0.1]</div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/cleanup[3286]: 5A0BF40261: message-id=<<a href="mailto:20191223095135.5A0BF40261@servicedesk.linaro.org" class="">20191223095135.5A0BF40261@servicedesk.linaro.org</a>></div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/smtpd[3283]: disconnect from localhost[127.0.0.1] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5</div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/qmgr[1660]: 5A0BF40261: from=<<a href="mailto:philip.colmer@linaro.org" class="">philip.colmer@linaro.org</a>>, size=702, nrcpt=1 (queue active)</div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/local[3287]: 5A0BF40261: to=<local-it-support@localhost>, relay=local, delay=0.06, delays=0.04/0.02/0/0, dsn=2.0.0, status=sent (delivered to mailbox)</div><div class="">Dec 23 09:51:35 ip-10-35-194-108 postfix/qmgr[1660]: 5A0BF40261: removed</div></div><div class=""><br class=""></div><div class="">I then use this command to query the state of the mailbox:</div><div class=""><br class=""></div><div class="">sudo doveadm mailbox status -u local-it-support all INBOX<br class=""></div><div class=""><br class=""></div><div class="">and get this response:</div><div class=""><br class=""></div><div class="">INBOX messages=142 recent=0 uidnext=5596 uidvalidity=1455577845 unseen=0 highestmodseq=1163 vsize=11315688 guid=2a997739f55ac2560d180000e171d23e firstsaved=1577094051<br class=""></div><div class=""><br class=""></div><div class="">What can be happening that means that Dovecot doesn't treat a newly delivered message as unseen?</div><div class=""><br class=""></div><div class="">Installation details:</div><div class=""><div class=""># 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf</div><div class=""># Pigeonhole version 0.4.21 (92477967)</div><div class=""># OS: Linux 4.15.0-1041-aws x86_64 Ubuntu 18.04.3 LTS</div><div class="">auth_verbose = yes</div><div class="">auth_verbose_passwords = yes</div><div class="">disable_plaintext_auth = no</div><div class="">listen = 127.0.0.1</div><div class="">mail_location = mbox:~/mail:INBOX=/var/mail/%u</div></div></div></div></div></div></div></div></div></blockquote><br class=""></div><div>You are not using dovecot to deliver mails but instead postfix is writing directly to some mbox file and there is no mailbox access by the user.</div><div>In this case how do you expect dovecot to detect the new mai and update indexesl?</div><div><br class=""></div><div>change your configuration to use some more optimized mailbox format and configure postfix to deliver over dovecot-lda or lmtp.</div><div><br class=""></div><div>Sami</div><div><br class=""></div><br class=""></body></html>