Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Ok, it worked, thank again :-) Is this spinx.conf part of piler download (Version 1.3.5) which i used? I changed @LOCALSTATEDIR@ to /var Then i tried to delete older mails / deleted mails and it worked. But i got a FAIL notice: FATAL: failed to merge index 'delta1' into index 'dailydelta1':

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Thanks, i give i a try LOCALSTAEDIR defautls to sphinxDIR? Am 24.08.19 um 16:31 schrieb s...@acts.hu: > > > Hello, > > On 2019-08-24 16:11, BKH wrote: >> >> i put >> >> define('SPHINX_VERSION', 311); > > if a similar line wasn't there already, then your sphinx.conf version is > not ready for

Re: Cronjobs - change indexing interval

2019-08-24 Thread sj
Hello, On 2019-08-24 16:11, BKH wrote: i put define('SPHINX_VERSION', 311); if a similar line wasn't there already, then your sphinx.conf version is not ready for 3.1.1. Grab this one: https://bitbucket.org/jsuto/piler/raw/c84bea95061820135cc1edcc8beb88ccb0d0f053/etc/sphinx.conf.in and

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hello Janos, this is a great idea and it did the job. I was kind of confused by changing cronjobs seeing no changes in WebGUI. Thanks a lot! BKH > > > Hello, > > On 2019-08-24 12:55, BKH wrote: >> >> thanks again for your advice. >> >> I changed values according to your suggestion and it

Re: Purging aged / deleted mails

2019-08-24 Thread BKH
Hi Janos, i put define('SPHINX_VERSION', 311); below # # minimal sphinx configuration suited to piler # and over source base {    type = mysql    sql_host = localhost    sql_db = piler    sql_user = piler    sql_pass = 0m8k1inn.    sql_attr_uint = size    sql_attr_uint = sent   

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hi Janos, i put define('SPHINX_VERSION', 311); below # # minimal sphinx configuration suited to piler # and over source base {    type = mysql    sql_host = localhost    sql_db = piler    sql_user = piler    sql_pass = 0m8k1inn.    sql_attr_uint = size    sql_attr_uint = sent   

Re: Purging aged / deleted mails

2019-08-24 Thread BKH
No, i forgot to do this ... Does it matter where to put it in sphinx.conf? Am 24.08.19 um 15:43 schrieb s...@acts.hu: > > > Hello, > > did you fix the sphinx version number in sphinx.conf? > For sphinx 3.1.1 it should be > > define('SPHINX_VERSION', 311); > > Janos > > On 2019-08-24 15:34, BKH

Re: Purging aged / deleted mails

2019-08-24 Thread sj
Hello, did you fix the sphinx version number in sphinx.conf? For sphinx 3.1.1 it should be define('SPHINX_VERSION', 311); Janos On 2019-08-24 15:34, BKH wrote: Hello, i made some progress in building a mail archiv with the help of piler. Now i tried to purge some aged / deleted (i know,

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hello Janos, thanks again for your advice. I changed values according to your suggestion and it works. But i stumbled upon WebGUI, where indexer job is shown as a regular 30-minute-job, even if values are changed in piler cronjobs. Is there some workaround for this? BKH Am 24.08.19 um 12:19

Re: Cronjobs - change indexing interval

2019-08-24 Thread Janos SUTO
Hello, try this: */10 * * * * Btw. check the mail log to see if it works as required. Whenever the indexer script starts it syslogs it. Janos Original Message From: BKH Sent: Fri Aug 23 21:35:04 GMT+02:00 2019 To: piler-user@list.acts.hu Subject: Cronjobs - change