Re: Solr -> Xapian ?

2019-01-05 Thread Joan Moreau via dovecot
also, for fts_backend_solr_update_set_build_key -> where is the data (of the hdr_name or the body) ? On 2019-01-06 14:10, Joan Moreau wrote: for the "last uid"-> this is not the last added, but the maximum of the UID in the indexed emails, right ? On 2019-01-06 11:53, Joan Moreau via

Re: Solr -> Xapian ?

2019-01-05 Thread Joan Moreau via dovecot
for the "last uid"-> this is not the last added, but the maximum of the UID in the indexed emails, right ? On 2019-01-06 11:53, Joan Moreau via dovecot wrote: Thank you I still don't get the "build_key" function. The email (body, hearders, .. and the uid) is the one (and only) to index .

Re: Solr -> Xapian ?

2019-01-05 Thread Joan Moreau via dovecot
Thank you I still don't get the "build_key" function. The email (body, hearders, .. and the uid) is the one (and only) to index . What "key" is that function referring to ? Or is the "key" here the actual email ? On 2019-01-06 08:43, Stephan Bosch wrote: Op 06/01/2019 om 01:00 schreef Joan

Re: IMAP preauth and stats-writer

2019-01-05 Thread John Fawcett
On 06/01/2019 02:26, John Fawcett wrote: > On 05/01/2019 15:49, Mark Hills wrote: >> I use IMAP preauth; I connect with Alpine over SSH which is very useful. >> >> The last few upgrades this has become more difficult to to. Last time >> (moving 2.2 -> 2.3, I think) I had to put in a workaround:

Re: IMAP preauth and stats-writer

2019-01-05 Thread John Fawcett
On 05/01/2019 15:49, Mark Hills wrote: > I use IMAP preauth; I connect with Alpine over SSH which is very useful. > > The last few upgrades this has become more difficult to to. Last time > (moving 2.2 -> 2.3, I think) I had to put in a workaround: > > stats_writer_socket_path = > > It

Re: Solr -> Xapian ?

2019-01-05 Thread Stephan Bosch
Op 06/01/2019 om 01:00 schreef Joan Moreau: Anyone willing to explain those functions ? Most notably " get_last_uid" From src/plugins/fts/fts-api.h: /* Get the last_uid for the mailbox. */ int fts_backend_get_last_uid(struct fts_backend *backend, struct mailbox *box,            

Re: Solr

2019-01-05 Thread Daniel Miller via dovecot
On 1/5/2019 9:58 AM, Tanstaafl wrote: Thanks Daniel... So, as one who has no experience of the benefit of either... How does this compare with Squat? Meaning, Is it exponentially faster? Twice as fast? It's been many years since I last had a Squat setup - but that's my memory. -- Daniel

Re: Solr -> Xapian ?

2019-01-05 Thread Joan Moreau via dovecot
Anyone willing to explain those functions ? Most notably " get_last_uid" "set_build_key" "build_more" , what is refresh versus rescan ? On January 5, 2019 14:23:10 Joan Moreau via dovecot wrote: Thank Stephan I basically need to know the role/description of each of the functions of

Re: Solr -> Xapian ?

2019-01-05 Thread Joan Moreau via dovecot
Anyone willing to explain those functions ? On January 5, 2019 14:23:10 Joan Moreau via dovecot wrote: Thank Stephan I basically need to know the role/description of each of the functions of the fts_backend: struct fts_backend fts_backend_xapian = { .name = "xapian", .flags =

Re: Solr

2019-01-05 Thread Tanstaafl
On 1/3/2019, 3:07:18 PM, Daniel Miller via dovecot wrote: > On 1/3/2019 10:56 AM, Tanstaafl wrote: >> On 12/21/2018, 11:19:42 AM, Daniel Miller via dovecot >> wrote: >>> There is a *huge* difference between a functional Solr setup & squat >> Interesting. Care to elaborate? > > This is one of

Re: Sieve "OOO" configuration

2019-01-05 Thread Jerry
On Sat, 05 Jan 2019 11:40:52 -0500, James Cassell stated: >On Sat, Jan 5, 2019, at 11:26 AM, Jerry wrote: >> I am able to get sieve issuing an "out of office"message correctly. >> However, I want to configure it to send an "OOO" message only during >> certain dates, say on weekends, or only

Re: Sieve "OOO" configuration

2019-01-05 Thread James Cassell
Look at the currentdate test https://tools.ietf.org/html/rfc5260#section-5 V/r, James Cassell On Sat, Jan 5, 2019, at 11:26 AM, Jerry wrote: > I am able to get sieve issuing an "out of office"message correctly. > However, I want to configure it to send an "OOO" message only during > certain

Sieve "OOO" configuration

2019-01-05 Thread Jerry
I am able to get sieve issuing an "out of office"message correctly. However, I want to configure it to send an "OOO" message only during certain dates, say on weekends, or only between certain hours. I can do that manually; however, was wondering if there is any automatic method available that

zlib - some emails maybe double or partial gzipped

2019-01-05 Thread admin
Hi, I found these in my logs: Jan 5 15:58:56 mail dovecot: imap-login: Login: user=, method=PLAIN, rip=1.2.3.4, lip=2.3.4.5, mpid=5852, TLS, session= Jan 5 15:58:56 mail dovecot: imap-login: Login: user=, method=PLAIN, rip=1.2.3.4, lip=2.3.4.5, mpid=5854, TLS, session= Jan 5

IMAP preauth and stats-writer

2019-01-05 Thread Mark Hills
I use IMAP preauth; I connect with Alpine over SSH which is very useful. The last few upgrades this has become more difficult to to. Last time (moving 2.2 -> 2.3, I think) I had to put in a workaround: stats_writer_socket_path = It prevented /usr/local/libexec/dovecot/imap attempting to

Searching small(ish) sites on ubuntu

2019-01-05 Thread Dirk Koopman
I run a small dovecot site with ~5 users, some of whom have many large mailboxes. I used to use lucene until the packagers decided that it broke some licencing rules and stopped including it. I have dismally failed to configure Solr, plus it is huge and potentially exposes too many services as

Re: Fwd: Re: gcc -> clang

2019-01-05 Thread Rupert Gallagher via dovecot
Same problem with 2.3.4. configure lacks debug flags. No joy with gdb breakpoint in mallock_error_break on make test. On Thu, Jan 3, 2019 at 13:58, Aki Tuomi wrote: > The arithmetic stuff has already been fixed in master with > > https://github.com/dovecot/core/commit >