<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">Am 11.09.18 um 21:19 schrieb Jakobus
      Schürz:<br>
    </div>
    <blockquote type="cite"
      cite="mid:0LmrUq-1fLEiX2EUm-00h9zG@mail.gmx.com">
      <pre class="moz-quote-pre" wrap="">Hi there!

I get a lot of errormessages. My dovecot is: dovecot-core
2:2.3.2.1-1~stretch from Debian stable.

I found this: <a class="moz-txt-link-freetext" href="https://www.dovecot.org/list/dovecot/2013-July/091648.html">https://www.dovecot.org/list/dovecot/2013-July/091648.html</a>

So the bug came back...

</pre>
    </blockquote>
    <br>
    <p>This Problem was also solved, when i solved the problem, that
      dovecot marked every mail as \Recent and Unseen which was moving
      to another mailbox.<br>
      The solution was i my case:<br>
      <br>
      Removing the INDEXPVT from mail_location</p>
    <pre>mail_location = maildir:/var/mail/%u/Maildir:LAYOUT=fs:INDEX=/var/lib/dovecot/db/indexes/Maildir/%u:INDEXPVT=/var/lib/dovecot/db/indexes/Maildir/%u:CONTROL=/var/lib/dovecot/db/control/Maildir/%u

</pre>
    so that it looked like<br>
    <pre>
mail_location = maildir:/var/mail/%u/Maildir:LAYOUT=fs:INDEX=/var/lib/dovecot/db/indexes/Maildir/%u:CONTROL=/var/lib/dovecot/db/control/Maildir/%u

</pre>
    <p>This is for completeness.</p>
    <p><br>
    </p>
    <p>BR</p>
    <p>Jakob</p>
    <p><br>
    </p>
  </body>
</html>