Displaying 1 result from an estimated 1 matches for "tbudkevy".
2012 Sep 11
1
FTS indexing
I'm reacreating all FTS indices on all my users' INBOX folders:
mkdir ~%s/Maildir/lucene-indexes && chown %s:users ~%s/Maildir/lucene-indexes
doveadm index -u %s -q INBOX
In "ps auxwww" I'm seeing this:
tbudkevy 29186 3.7 0.0 6616 3056 ? S 18:11 0:15 dovecot/indexer-worker [tschuetz INBOX]
how can a dovecot/indexer-worker actually access the INBOX of the
user "tschuetz" (where "tbudkevy" doesn't have access, due to the
different UID)...?
Should ~%s/Maildir/lucene-...