<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">We should be seeing folders for everyday so missing folders from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19.<o:p></o:p></p>
<p class="MsoNormal">That what should be there  but isn’t that my understanding.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am trying to understand where on the system it get that info. I don’t see it in the configs so It not making any sense right now.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Phillip<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> dovecot <dovecot-bounces@dovecot.org> <b>On Behalf Of
</b>Paul Tansom<br>
<b>Sent:</b> Tuesday, January 7, 2020 9:15 AM<br>
<b>To:</b> dovecot@dovecot.org<br>
<b>Subject:</b> [EXTERNAL] Re: Thunderbird Subscription missing<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Still not quite got my head around what you are expecting to see.<br>
Presumably folders for other dates in September. Depending on how and<br>
why those folders were created they may not exist.<br>
<br>
I do note that you used an ls to show the folders, and I'm assuming from<br>
the config below you are using Maildir, so try an ls -a to show the<br>
hidden folders too (those starting with a .). This should show you<br>
directories:<br>
<br>
.16Sep19<br>
.25Sep19<br>
.26Sep19<br>
<br>
each with a cur, new and tmp directory in, along with some other Dovecot<br>
/ IMAP files such as:<br>
<br>
dovecot.index.cache<br>
dovecot.index.log<br>
dovecot-uidlist<br>
maildirfolder<br>
<br>
If there are no directories for other dates then Dovecot is showing you<br>
what is there. If there are checking the permissions are correct is a<br>
good starting point.<br>
<br>
** Phillip Bruce <<a href="mailto:Phillip.Bruce@deem.com">Phillip.Bruce@deem.com</a>> [2020-01-07 16:59]:<br>
> I notice to use this command but does tell me a lot either.<br>
> <br>
> # doveconf -n<br>
> # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf<br>
> # Pigeonhole version 0.4.13 (7b14904)<br>
> # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS<br>
> disable_plaintext_auth = no<br>
> mail_location = maildir:~/Maildir<br>
> namespace inbox {<br>
> inbox = yes<br>
> location =<br>
> mailbox Drafts {<br>
> special_use = \Drafts<br>
> }<br>
> mailbox Junk {<br>
> special_use = \Junk<br>
> }<br>
> mailbox Sent {<br>
> special_use = \Sent<br>
> }<br>
> mailbox "Sent Messages" {<br>
> special_use = \Sent<br>
> }<br>
> mailbox Trash {<br>
> special_use = \Trash<br>
> }<br>
> prefix =<br>
> }<br>
> passdb {<br>
> driver = pam<br>
> }<br>
> protocols = " imap"<br>
> ssl = no<br>
> userdb {<br>
> driver = passwd<br>
> }<br>
> #<br>
> <br>
> Phillip<br>
> <br>
> From: Phillip Bruce<br>
> Sent: Tuesday, January 7, 2020 8:26 AM<br>
> To: <a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a><br>
> Subject: Thunderbird Subscription missing<br>
> <br>
> Hello,<br>
> <br>
> I have an usual isshere we are using thunderbird for client.<br>
> The version of dovecot is as followed:<br>
> <br>
> # dovecot --version<br>
> 2.2.22 (fe789d2)<br>
> <br>
> The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"<br>
> <br>
> Thunderbird version 68.3.1 (32 bit) version.<br>
> <br>
> What happening when managing subscription there seems to be folders that are missing.<br>
> They were not purged nor did anything happen like an outage.<br>
> <br>
> If you look at this below Sep19 (for September 2019), It list only the following folders:<br>
> 16Sep19,<br>
> 25Sep19<br>
> 26Sep19<br>
> <br>
> [<a href="cid:image002.png@01D5C536.5A7C7770">cid:image002.png@01D5C536.5A7C7770</a>]<br>
> <br>
> To me this looks like some indexing gone south.<br>
> I've tried this<br>
> <br>
> # doveadm mailbox status -u arhive<br>
> doveadm mailbox status [-u <user>|-A] [-S <socket_path>] <fields> <mailbox> [...]<br>
> <br>
> # doveadm mailbox status -u archive Maildir<br>
> # doveadm mailbox status [-u <user>|-A] [-S <socket_path>] <fields> <mailbox> [...]<br>
> r# doveadm mailbox status -u archive INBOX<br>
> @doveadm mailbox status [-u <user>|-A] [-S <socket_path>] <fields> <mailbox> [...]<br>
> <br>
> The user is archive<br>
> <br>
> The user home folder is this:<br>
> # pwd<br>
> /home/mail/archive/Maildir<br>
> <br>
> This what in it.<br>
> # ls<br>
> cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp<br>
> dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc<br>
> dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d<br>
> dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new<br>
> dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions<br>
> <br>
> # doveadm log errors<br>
> #<br>
> <br>
> I don't see in errors. I tried to reload dovecot.<br>
> # doveadm instance list<br>
> path name last used running<br>
> /var/run/dovecot dovecot 2020-01-06 22:41:46 yes<br>
> root@dc3-ops-prod-vserv-archive01:~#<br>
> <br>
> There nothing in the logs that I can see.<br>
> <br>
> # doveadm user -u archive<br>
> userdb: archive<br>
> user : archive<br>
> system_groups_user: archive<br>
> uid : 1011<br>
> gid : 1011<br>
> home : /home/archive<br>
> root@dc3-ops-prod-vserv-archive01:~#<br>
> <br>
> Any suggestions would be helpful.<br>
> <br>
> Thanks,<br>
> <br>
> Phillip Bruce<br>
> Sr. System Engineer<br>
> 415-590-8491 office<br>
> "The answer to your Traveling Solution"<br>
> [Deem Demo]<br>
> <br>
> This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this
 message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.<br>
<br>
<br>
<br>
** end quote [Phillip Bruce]<br>
<br>
-- <br>
Paul Tansom | Aptanet Ltd. | <a href="https://www.aptanet.com/">
https://www.aptanet.com/</a> | 023 9238 0001<br>
=============================================================================<br>
Registered in England | Company No: 4905028 | Registered Office: Ralls House,<br>
Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP<o:p></o:p></p>
</div>
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message
 in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
</body>
</html>