1 Aug
2012
1 Aug
'12
11:23 p.m.
Am 01.08.2012 22:16, schrieb Timo Sirainen:
On 1.8.2012, at 23.06, Matthias Rieber wrote:
here are the crashes with fts_solr: .. Crash 1 Aug 1 21:05:40 smtp dovecot: imap(matthias): Error: fts_solr: Lookup failed: 413 FULL head
The crash happens because the Solr lookup failed. I don't know what this Solr error means. Anyway, the crash itself is fixed by: http://hg.dovecot.org/dovecot-2.1/rev/d499f6d0ca68
I thought non-fulltext searches were done by dovecot itself?
They are, but header searches are part of full text search.
alright. Some resources say that "413 FULL head" means request too large. Maybe that's caused by the pretty big folder virtual.all which contains more than 360000 mails.
Matthias