<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,<br>
      <br>
      we have some trouble with Solr ad FTS engine. Solr have some spike
      of load and responding slow when an user expunge or append a
      message. fts_autoindex is set to "yes".<br>
      <br>
      So I add to 90-plugin.conf these options:<br>
      <br>
      fts_autoindex_exclude = Drafts<br>
      fts_autoindex_exclude2 = Spam<br>
      fts_autoindex_exclude3 = Trash<br>
      fts_autoindex_exclude4 = Sent<br>
      <br>
      or <br>
      <br>
      fts_autoindex_exclude = \Drafts<br>
      fts_autoindex_exclude2 = \Junk<br>
      fts_autoindex_exclude3 = \Trash<br>
      fts_autoindex_exclude4 = \Sent<br>
      <br>
      But the problem is still present.<br>
      <br>
      Here some example of logs when users have timeout in their email
      client, specially when saving in Drafts automatically:<br>
      <br>
      Mar  7 12:21:37 pop01 dovecot: imap(<a class="moz-txt-link-abbreviated" href="mailto:user1@company1.com">user1@company1.com</a>)
      session=<flNVCZ/ZcO5dPnGT>: Warning: Maildir
      /home/vmail/domains/company1.com/user1/Maildir/.Drafts:
      Synchronization took 119 seconds (0 new msgs, 0 flag change
      attempts, 1 expunge attempts)<br>
      Mar  7 12:21:37 pop01 dovecot: imap(<a class="moz-txt-link-abbreviated" href="mailto:user1@company1.com">user1@company1.com</a>)
      session=<flNVCZ/ZcO5dPnGT>: Disconnected: Connection closed
      (UID EXPUNGE finished 118.715 secs ago) in=77617 out=679511
      deleted=1 expunged=1 autoexpunged=0 trashed=0 appended=2
      hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0<br>
      <br>
      Mar  7 12:21:52 pop02 dovecot: imap(<a class="moz-txt-link-abbreviated" href="mailto:user2@company2.net">user2@company2.net</a>)
      session=<B9NNCZ/Z+uC5Ydlv>: Warning: Maildir
      /home/vmail/domains/company2.net/user2/Maildir/.Trash:
      Synchronization took 149 seconds (0 new msgs, 0 flag change
      attempts, 1 expunge attempts)<br>
      Mar  7 12:21:52 pop02 dovecot: imap(<a class="moz-txt-link-abbreviated" href="mailto:user2@company2.net">user2@company2.net</a>)
      session=<B9NNCZ/Z+uC5Ydlv>: Disconnected: Logged out in=2407
      out=7025 deleted=0 expunged=0 autoexpunged=1 trashed=0 appended=0
      hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0<br>
      <br>
      Is my fts_autoindex_exclude wrong or there are some limits with
      this option?<br>
      <br>
      Here the relevant part of 15-mailboxes.conf<br>
      <br>
      namespace inbox {<br>
        inbox = yes<br>
        location = <br>
        mailbox Archive {<br>
          auto = subscribe<br>
          special_use = \Archive<br>
        }<br>
        mailbox Drafts {<br>
          auto = subscribe<br>
          special_use = \Drafts<br>
        }<br>
        mailbox Sent {<br>
          auto = subscribe<br>
          special_use = \Sent<br>
        }<br>
        mailbox "Sent Messages" {<br>
          special_use = \Sent<br>
        }<br>
        mailbox Spam {<br>
          auto = subscribe<br>
          special_use = \Junk<br>
        }<br>
        mailbox Trash {<br>
          auto = subscribe<br>
          special_use = \Trash<br>
        }<br>
        mailbox virtual/All {<br>
          comment = All my messages<br>
          special_use = \All<br>
        }<br>
        prefix = <br>
        separator = /<br>
      }<br>
      <br>
      Thanks<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Alessio Cecchi
Postmaster @ <a class="moz-txt-link-freetext" href="http://www.qboxmail.it">http://www.qboxmail.it</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/alessice">https://www.linkedin.com/in/alessice</a></pre>
  </body>
</html>