<div dir="ltr"><div>Thanks Michael,</div><div><br></div><div> I have followed your advice and reading more wiki page and understood that if FTS is not updated during delivery, it will be updated when there is new SEARCH request going into Solr. Is my understanding correct?</div><div><br></div><div>- Joe<br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 30, 2018 at 8:22 PM Michael Wagner <<a href="mailto:wagner_m_bremen@web.de">wagner_m_bremen@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Jul 30, 2018 um 16:48:13, Joe Wong wrote:<br>
> Hello, I am new to Dovecot, testing the setup with Solr FTS plugin. Currently I<br>
> am using procmail to delivery email into user's mailbox. I am using maildir on<br>
> file system. I found that if email is delivered via procmail, the<br>
> indexer-worker is not being called. But when I move the email between folders<br>
> via IMAP, indexer is involved. Is this expected?<br>
<br>
Hello Joe,<br>
<br>
I ran in the problem a few weeks ago. You must use dovecot for delivery <br>
in your procmailrc. I have<br>
<br>
----------<br>
<br>
DELIVER=/usr/lib/dovecot/deliver<br>
<br>
:0<br>
* ^Subject:.*apt-listchanges<br>
| $DELIVER -m apt-listchanges<br>
<br>
----------<br>
<br>
-m mailbox<br>
Destination  mailbox  (default  is INBOX).  If the mailbox doesn't <br>
exist, it will not be created (unless the lda_mailbox_autocreate setting <br>
is set to yes).  If a message couldn't be saved to the mailbox for any <br>
reason, it's delivered to INBOX instead.<br>
<br>
Hth Michael<br>
<br>
-- <br>
Never test for an error you don't know how to handle.<br>
</blockquote></div></div>