Displaying 20 results from an estimated 100000 matches similar to: "FTS"
2017 Jul 21
1
FTS error Unknown user
Hi,
sorry for previous message, i accidentaly send it before it was complete.
Recently, i was configuring a setup with one proxy, which is doing
authentication and multiple backends, which doesn't have access to
user database (see
https://www.mail-archive.com/dovecot at dovecot.org/msg70123.html ). Now
i wanted to use FTS (solr) on backends but i'm getting this error
everytime
2017 Apr 09
1
[Bug] FTS double escaping
Cit?t Timo Sirainen <tss at iki.fi>:
> On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote:
>>
>> Hi,
>>
>> i'm trying to resolve few problems with indexing 'From' headers
>> using FTS/Solr. I was tcpdumping the communication between Dovecot
>> and Jetty/Solr and noticed that 'From' headers, which includes also
>>
2017 Apr 06
4
[Bug] FTS double escaping
Hi,
i'm trying to resolve few problems with indexing 'From' headers using
FTS/Solr. I was tcpdumping the communication between Dovecot and
Jetty/Solr and noticed that 'From' headers, which includes also
sender's name, are double escaped. This is what was Dovecot sending to
Solr:
</field><field name="from">Name Surname
&lt;test at
2017 Apr 09
2
[Bug] FTS invalid address parsing
Hi,
i found another bug in FTS while parsing
quoted-printable/base64-encoded sender's name inside 'From' header
(again, i was figuring out why some of messages cannot be searched).
Header: From: =?UTF-8?Q?A=2CB?= <test at example.com>
Data send to Solr by Dovecot: <field name="from">A@, B
&lt;test at example.com&gt;</field>
Header:
2017 Apr 09
0
[Bug] FTS double escaping
On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote:
>
> Hi,
>
> i'm trying to resolve few problems with indexing 'From' headers using FTS/Solr. I was tcpdumping the communication between Dovecot and Jetty/Solr and noticed that 'From' headers, which includes also sender's name, are double escaped. This is what was Dovecot sending to Solr:
>
>
2017 Apr 06
0
[Bug] FTS double escaping
On 06.04.2017 14:58, azurit at pobox.sk wrote:
> Hi,
>
> i'm trying to resolve few problems with indexing 'From' headers using
> FTS/Solr. I was tcpdumping the communication between Dovecot and
> Jetty/Solr and noticed that 'From' headers, which includes also
> sender's name, are double escaped. This is what was Dovecot sending to
> Solr:
>
>
2017 Apr 09
0
[Bug] FTS invalid address parsing
On 9 Apr 2017, at 15.42, azurit at pobox.sk wrote:
>
> Hi,
>
> i found another bug in FTS while parsing quoted-printable/base64-encoded sender's name inside 'From' header (again, i was figuring out why some of messages cannot be searched).
>
>
> Header: From: =?UTF-8?Q?A=2CB?= <test at example.com>
> Data send to Solr by Dovecot: <field
2015 Apr 18
2
Installing fts-solr on dovecot (centos 6) - [request for help]
hey Christian,
Thanks so much for your feedback. I am still getting an error.
[root at mail tmp]# nano /etc/dovecot/dovecot.conf
[root at mail tmp]# service dovecot restart
Stopping Dovecot Imap: [FAILED]
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file
/etc/dovecot/dovecot.conf line 19: Expecting '='
doveconf: Error:
2018 Mar 05
1
Re: [enhancement] fts-solr low performance
>Hi,
>
>we have activated fts-solr about a week ago and immediately started to
>experience really *low* performance with MOVE and EXPUNGE commands.
>After several days of googling, tcpdumping and straceing i was able to
>find and resolve the problem.
>
>We are using Dovecot 2.2.27 from Debian Jessie (jessie-backports),
>which is doing a soft commit in solr after
2018 Apr 16
2
[bug] Auth cache, proxy and ITERINDEX
Hi,
today we have exceprienced really major difficulties with our proxy
backend servers. Everything started after enabling auth cache:
auth_cache_size = 100M
auth_cache_verify_password_with_worker = yes
auth_cache_ttl = 1 hour
auth_cache_negative_ttl = 1 hour
Soon after we start receiving lots of calls from our customers about
'missing all e-mail messages'. This was in errors logs on
2017 Oct 26
0
fts-solr: fresh start or reindex large mailboxes
Hi,
Install solr (in the end 7.1.0) there were errors:
Caused by: org.eclipse.jetty.io.EofException: Early EOF
and from dovecot:
Error: Mailbox INBOX: Transaction commit failed: FTS transaction
commit failed: backend
I could not find for a long time what the problem was and set the
nginx as a proxy, and see that dovecot breaks the connect after 60
seconds.
After examining the code, I found the
2015 Apr 18
2
Installing fts-solr on dovecot (centos 6) - [request for help]
Hello,
I have been trying to get full-text-search on dovecot. I followed the
tutorial on this site:-
https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/
The instruction on the page here seems wrong:-
sed -i -e 's|mail_plugins = quota|mail_plugins = quotann# Enable fts
fts_solr plugin globally for Solr
2013 Jan 20
0
Solr 4.0 - lucene - FTS
On 2012-11-07 15:14, Timo Sirainen wrote:
> On 7.11.2012, at 15.01, Charles Marcus wrote:
>
>> As one who is interested in implementing FTS sometime in the future,
>> I'm curious about what is in store as far as improvements go...
>>
>> Specifically, any plans for implementing immediate/automatic index
>> updates at delivery time? The lack of automatically
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 14:56, PGNet Dev wrote:
> I've built a new dovecot + fts-solr instance; I've now picked up & am
> running the recently released solr 8.7.0.
>
> In a test account, I've one message -- in the 'Drafts' folder.
>
> On exec of fts 'index'
>
> ????doveadm index -u testuser at example.com -q '*'
>
> I get a
>
>
2017 Jul 10
2
Master auth only
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
>> On July 10, 2017 at 1:45 PM azurit at pobox.sk wrote:
>>
>>
>>
>> Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
>>
>> >> On July 10, 2017 at 12:33 PM azurit at pobox.sk wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> i'm trying to
2017 Jul 12
3
Master auth only
> On July 11, 2017 at 11:50 AM azurit at pobox.sk wrote:
>
>
>
> Cit?t azurit at pobox.sk:
>
> > Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>> On July 10, 2017 at 1:45 PM azurit at pobox.sk wrote:
> >>>
> >>>
> >>>
> >>> Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
> >>>
>
2015 Apr 18
0
Installing fts-solr on dovecot (centos 6) - [request for help]
On 2015-04-18 19:23, Kevin Laurie wrote:
> Hello,
Hello,
> I have been trying to get full-text-search on dovecot. I followed the
> tutorial on this site:-
> https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/
>
> The instruction on the page here seems wrong:-
> sed -i -e
2012 Jul 28
1
fts solr : out of memory
Hi Timo,
since I've upgraded to 2.1.8, solr indexer doesnt work correctly.
I see a lot of these errors in logs:
Fatal: master: service(indexer-worker): child 9582 returned error 83
(Out of memory (service indexer-worker { vsz_limit=256 MB }, you may
need to increase it))
I've tried to set vsz_limit to a lot more, (around 4096 MB) but same
problem occurs.
thank for your help !
Regards
2017 Jul 10
2
Master auth only
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
>> On July 10, 2017 at 12:33 PM azurit at pobox.sk wrote:
>>
>>
>> Hi,
>>
>> i'm trying to configure Dovecot proxy with user authentication on
>> proxy side only, so backends will authenticate using master password
>> (proxy is configured to send it). The problem is that Dovecot, on
>>
2014 Aug 20
1
Panic at virtual folder fts-search-serialize.c
Hi all,
I'm using dovecot 2.2.13 with virtual folders and fts-solr (see attached
dovecot-n.conf). At using virtual folder with fts, the dovecot crashes
with following panic:
Aug 20 10:49:43 imap(...): Panic: file fts-search-serialize.c: line 63
(fts_search_deserialize_add_idx): assertion failed: (*idx < buf->used)
Aug 20 10:49:43 imap(test4 at india.com): Error: Raw backtrace: