Displaying 20 results from an estimated 448 matches for "lers".
Did you mean:
leas
2016 Nov 02
2
doveadm index: can't index a different namespace?
clamav-rules is NOT a directory, nor are any of the others:
thebighonker.lerctr.org ~/MAILARCHIVE $ cd 2016/10
thebighonker.lerctr.org ~/MAILARCHIVE/2016/10 $ ls -l
total 72106
-rw-r--r-- 1 ler ler 440461 Nov 1 00:05 Amplify_Mail
-rw-r--r-- 1 ler ler 104102478 Nov 1 14:53 INBOX
drwxr-xr-x 3 ler ler 4 Nov 1 00:05 SA
-rw-r--r-- 1 ler ler 21083767 Nov 1 00:05 SENT
2016 Nov 02
5
doveadm index: can't index a different namespace?
nope -- No difference
thebighonker.lerctr.org ~ $ ls -l ~/MAILARCHIVE/
total 176
drwx------ 6 ler ler 7 May 25 2014 2004
drwx------ 8 ler ler 8 Mar 3 2013 2005
drwx------ 11 ler ler 11 Mar 3 2013 2006
drwx------ 11 ler ler 11 May 3 2013 2007
drwx------ 14 ler ler 14 Mar 3 2013 2008
drwx------ 14 ler ler 14 Mar 3 2013 2009
drwx------ 14 ler ler 14 Mar 3 2013
2016 Nov 02
2
doveadm index: can't index a different namespace?
thebighonker.lerctr.org ~ $ doveadm mailbox status -u ler at lerctr.org vsize
\#ARCHIVE/2016/10/clamav-rules
#ARCHIVE/2016/10/clamav-rules vsize=3840752
thebighonker.lerctr.org ~ $
On Wed, Nov 2, 2016 at 12:22 PM, Timo Sirainen <tss at iki.fi> wrote:
> On 02 Nov 2016, at 19:19, Larry Rosenman <larryrtx at gmail.com> wrote:
> >
> > clamav-rules is NOT a directory, nor
2016 Nov 02
2
doveadm index: can't index a different namespace?
one other thing, fts_autoindex does NOT appear to be working on the
#ARCHIVE/ NAMESPACE.
I wonder if these are all interrelated?
On Wed, Nov 2, 2016 at 1:10 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> FWIW it DOES work on my default NAMESPACE, just not the #ARCHIVE/
> NAMESPACE.
>
>
> On Wed, Nov 2, 2016 at 12:32 PM, Larry Rosenman <larryrtx at gmail.com>
>
2019 Apr 15
1
Fwd: SOLR/Index?
On 2019/04/15 06:59, Larry Rosenman via dovecot wrote:
> forgot to reply all.
>
> ---------- Forwarded message ---------
> From: *Larry Rosenman* <larryrtx at gmail.com <mailto:larryrtx at gmail.com>>
> Date: Mon, Apr 15, 2019 at 5:58 AM
> Subject: Re: SOLR/Index?
> To: John Fawcett <john at voipsupport.it <mailto:john at voipsupport.it>>
>
>
2016 Nov 02
0
doveadm index: can't index a different namespace?
On 02 Nov 2016, at 22:02, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> why wouldn't it be able to use the ~/MAILARCHIVE/ filesystem space?
>
> The other indexes etc seem to get built there.
It's not about adding an index there, but about trying to open "MAILARCHIVE" itself as a folder. fts-lucene attempts to use an existing folder's indexes for
2014 Jul 01
1
indexer failure: lucene: while doing doveadm commands
I have the following script:
#!/bin/sh
PATH=$PATH:/usr/local/bin
#Expects to be run after midnight on the first of the month
# to archive all the previous months mail
#Date Run:
TODAY=`date "+%Y-%m-%d"`
#last month in YYYY/MM
YEAR_LAST_MONTH=`date -v-1d "+%Y/%m"`
#1st of last month as 01-Mon-YYYY
FIRST_LAST_MONTH=`date -v-1d "+01-%b-%Y"`
echo 'TODAY='
2016 Nov 02
2
doveadm index: can't index a different namespace?
It's ALWAYS failed on the other NAMESPACE.
Some of the logging looks weird as well for the 2nd namespace:
Nov 2 12:32:03 thebighonker dovecot: imap-login: Login: user=<mrm>,
method=PLAIN, rip=207.231.91.36, lip=192.147.25.65, mpid=76712, TLS,
session=<HC+00VRAWczP51sk>
Nov 2 12:32:03 thebighonker dovecot: imap(mrm): Debug: Loading modules
from directory: /usr/local/lib/dovecot
2019 Apr 15
6
SOLR/Index?
On 15/04/2019 10:59, Larry Rosenman via dovecot wrote:
> I'll run a full test when I'm back in front of areal computer vs. My
> phone.(in a few hours)
>
> Get Outlook for Android <https://aka.ms/ghei36>
>
> ------------------------------------------------------------------------
> *From:* dovecot <dovecot-bounces at dovecot.org> on behalf of John
>
2016 Nov 01
4
doveadm index: can't index a different namespace?
doveadm -D -vvvvvv index \#ARCHIVE/\* garners the below for ALL mailboxes
in the
namespace:
doveadm(ler): Error: Mailbox #ARCHIVE/2013/04/clamav-rules: Status lookup
failed: Internal error occurred. Refer to server log for more information.
[2016-11-01 13:25:21]
doveadm(ler): Error: lucene: Failed to sync mailbox INBOX: Mailbox isn't
selectable
doveadm(ler): Error: Mailbox
2016 Nov 02
0
doveadm index: can't index a different namespace?
It's getting a bit strange. You were running 2.2.25 previously and it was working then? Does the doveadm index always fail with the same errors?
Also I just noticed that it's saying INBOX isn't selectable: "lucene: Failed to sync mailbox INBOX: Mailbox isn't selectable". Which I guess isn't true. It seems to be failing somewhat randomly..
> On 02 Nov 2016, at
2016 Nov 02
0
doveadm index: can't index a different namespace?
On 02 Nov 2016, at 19:19, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> clamav-rules is NOT a directory, nor are any of the others:
Can you access these mboxes at all with Dovecot? e.g.
doveadm mailbox status -u user at domain clamav-rules
> thebighonker.lerctr.org ~/MAILARCHIVE $ cd 2016/10
> thebighonker.lerctr.org ~/MAILARCHIVE/2016/10 $ ls -l
> total 72106
>
2014 May 27
0
doveadm fts: mbox/lucene-indexes, and other errors
I turned on fts_autoindex today, and wanted to rescan all my mailboxes....
Ran doveadm -Dv fts rescan, and garnered:
thebighonker.lerctr.org /home/ler/mail $ doveadm -Dv fts rescan
doveadm(ler): Debug: Loading modules from directory:
/usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
2016 Nov 02
0
doveadm index: can't index a different namespace?
It looks like fts-lucene wants to write some information into INBOX's index files. But your archive namespace doesn't have a working INBOX. Maybe it would work if you create "#ARCHIVE/inbox"?
> On 02 Nov 2016, at 20:13, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> one other thing, fts_autoindex does NOT appear to be working on the
> #ARCHIVE/ NAMESPACE.
2015 Feb 22
0
Why doesn't index see my #ARCHIVE/ namespace?
thebighonker.lerctr.org /home/ler $ doveadm -D -v index
\#ARCHIVE/2015/01/INBOX
doveadm(ler): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib21_fts_lucene_plugin.so
doveadm(ler): Debug: Module loaded:
2016 Nov 02
0
doveadm index: can't index a different namespace?
FWIW it DOES work on my default NAMESPACE, just not the #ARCHIVE/ NAMESPACE.
On Wed, Nov 2, 2016 at 12:32 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> It's ALWAYS failed on the other NAMESPACE.
>
> Some of the logging looks weird as well for the 2nd namespace:
>
> Nov 2 12:32:03 thebighonker dovecot: imap-login: Login: user=<mrm>,
> method=PLAIN,
2019 Apr 15
0
SOLR/Index?
?63% [ler at thebighonker.lerctr.org:~] $ grep fts1970 mail/INBOX
?67% [ler at thebighonker.lerctr.org:~] 1 $ mail -s "test fts1970"
ler at lerctr.org
test fts1970
test fts1970
.
EOT
[ler at thebighonker.lerctr.org:~] $ mailq
[ler at thebighonker.lerctr.org:~] $ grep fts1970 mail/INBOX
Subject: test fts1970
test fts1970
test fts1970
Apr 15 04:29:03 thebighonker exim[49528]:
2016 Nov 02
0
doveadm index: can't index a different namespace?
Anything else I can provide ??
Sent from my Sprint Samsung Galaxy S7.
-------- Original message --------From: Larry Rosenman <larryrtx at gmail.com> Date: 11/1/16 1:37 PM (GMT-06:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: doveadm index: can't index a different namespace?
Nothing in them from what I can
2019 Apr 15
0
Fwd: SOLR/Index?
forgot to reply all.
---------- Forwarded message ---------
From: Larry Rosenman <larryrtx at gmail.com>
Date: Mon, Apr 15, 2019 at 5:58 AM
Subject: Re: SOLR/Index?
To: John Fawcett <john at voipsupport.it>
the local users (myself, my wife, a friend) can authenticate EITHER as
<username> or <username>@lerctr.org.
switching to all virtual users is NOT going to happen.
2019 Apr 15
2
SOLR/Index?
On 15.4.2019 3.33, Larry Rosenman via dovecot wrote:
> ?72% [ler at thebighonker.lerctr.org:~] $ doveadm search mailbox
> lists/freebsd/ports-commiters? body 'sysutils'
> [ler at thebighonker.lerctr.org:~] $ doveadm fts rescan
> [ler at thebighonker.lerctr.org:~] $ doveadm index -q
> lists/freebsd/ports-commiters
> ?64% [ler at thebighonker.lerctr.org:~] $ tail -f