<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">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><br></div><div>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><br></div><div><div>Dec 23 09:51:35 ip-10-35-194-108 postfix/smtpd[3283]: connect from localhost[127.0.0.1]</div><div>Dec 23 09:51:35 ip-10-35-194-108 postfix/smtpd[3283]: 5A0BF40261: client=localhost[127.0.0.1]</div><div>Dec 23 09:51:35 ip-10-35-194-108 postfix/cleanup[3286]: 5A0BF40261: message-id=<<a href="mailto:20191223095135.5A0BF40261@servicedesk.linaro.org">20191223095135.5A0BF40261@servicedesk.linaro.org</a>></div><div>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>Dec 23 09:51:35 ip-10-35-194-108 postfix/qmgr[1660]: 5A0BF40261: from=<<a href="mailto:philip.colmer@linaro.org">philip.colmer@linaro.org</a>>, size=702, nrcpt=1 (queue active)</div><div>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>Dec 23 09:51:35 ip-10-35-194-108 postfix/qmgr[1660]: 5A0BF40261: removed</div></div><div><br></div><div>I then use this command to query the state of the mailbox:</div><div><br></div><div>sudo doveadm mailbox status -u local-it-support all INBOX<br></div><div><br></div><div>and get this response:</div><div><br></div><div>INBOX messages=142 recent=0 uidnext=5596 uidvalidity=1455577845 unseen=0 highestmodseq=1163 vsize=11315688 guid=2a997739f55ac2560d180000e171d23e firstsaved=1577094051<br></div><div><br></div><div>What can be happening that means that Dovecot doesn't treat a newly delivered message as unseen?</div><div><br></div><div>Installation details:</div><div><div># 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf</div><div># Pigeonhole version 0.4.21 (92477967)</div><div># OS: Linux 4.15.0-1041-aws x86_64 Ubuntu 18.04.3 LTS</div><div>auth_verbose = yes</div><div>auth_verbose_passwords = yes</div><div>disable_plaintext_auth = no</div><div>listen = 127.0.0.1</div><div>mail_location = mbox:~/mail:INBOX=/var/mail/%u</div><div>mail_privileged_group = mail</div><div>namespace inbox {</div><div>  inbox = yes</div><div>  location =</div><div>  mailbox Drafts {</div><div>    special_use = \Drafts</div><div>  }</div><div>  mailbox Junk {</div><div>    special_use = \Junk</div><div>  }</div><div>  mailbox Sent {</div><div>    special_use = \Sent</div><div>  }</div><div>  mailbox "Sent Messages" {</div><div>    special_use = \Sent</div><div>  }</div><div>  mailbox Trash {</div><div>    special_use = \Trash</div><div>  }</div><div>  prefix =</div><div>}</div><div>passdb {</div><div>  driver = pam</div><div>}</div><div>protocols = " imap"</div><div>ssl = no</div><div>ssl_cert = </etc/dovecot/private/dovecot.pem</div><div>ssl_client_ca_dir = /etc/ssl/certs</div><div>ssl_key =  # hidden, use -P to show it</div><div>userdb {</div><div>  driver = passwd</div><div>}</div></div><div><br></div><div>Note that we are not using SSL because Dovecot is only accessible locally within the server.</div><div><br></div><div>Thank you for any suggestions or comments.</div><div><br></div><div>Regards</div><div><br></div><div>Philip</div><div><br></div><div><br></div><div><br></div></div></div></div></div></div></div>