Re: fts_solr: Error: fts_solr: received invalid uid '0'

2019-12-10 Thread Larry Rosenman via dovecot
Any news on this getting into a release? On Sun, Oct 13, 2019 at 2:24 AM Stephan Bosch wrote: > > > On 10/10/2019 04:05, Larry Rosenman via dovecot wrote: > > Is there a way to get this as a patchset against 2.3.8? > > > > https://github.com/stephanbosch/dovecot-co

Re: Dovecot 2.3.9 fails on FreeBSD

2019-12-04 Thread Larry Rosenman via dovecot
yes, larry...@gmail.com == l...@freebsd.org. On Wed, Dec 4, 2019 at 11:55 AM Pascal Christen via dovecot < dovecot@dovecot.org> wrote: > He's the maintainer ;) > > > The official FreeBSD ports system does not even have the Dovecot 2.3.9 > > port available yet. I think it is a little premature

Re: Dovecot 2.3.9 fails on FreeBSD

2019-12-04 Thread Larry Rosenman via dovecot
Ignore me, I'm talking about the FreeBSD port, not the actual upstream sources. Sorry for the noise. On Wed, Dec 4, 2019 at 11:40 AM Larry Rosenman wrote: > I'm working on the port as we type. I've already done this patch (will > add the comments). > > > > On Wed, Dec 4, 2019 at 11:29 AM

Re: Dovecot 2.3.9 fails on FreeBSD

2019-12-04 Thread Larry Rosenman via dovecot
I'm working on the port as we type. I've already done this patch (will add the comments). On Wed, Dec 4, 2019 at 11:29 AM Josef 'Jeff' Sipek via dovecot < dovecot@dovecot.org> wrote: > On Wed, Dec 04, 2019 at 12:19:35 -0500, Josef 'Jeff' Sipek via dovecot > wrote: > > On Wed, Dec 04, 2019 at

Re: fts_solr: Error: fts_solr: received invalid uid '0'

2019-10-09 Thread Larry Rosenman via dovecot
Is there a way to get this as a patchset against 2.3.8? On Tue, Oct 8, 2019 at 12:03 PM Stephan Bosch via dovecot < dovecot@dovecot.org> wrote: > > > On 08/10/2019 02:52, Stephan Bosch via dovecot wrote: > > > > > > On 07/10/2019 15:13, Fabian Kuran via dovecot wrote: > >> Hi, > >> > >>> Am

Subscribe to a fileinto :create mailbox?

2019-09-07 Thread Larry Rosenman via dovecot
Is it possible in pigeonhole? I.E. I do a fileinto :create "some/mail/box" How can I make it autosubscribe? doveconf -n: # 2.3.7.2 (3c910f64b): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.5.7.2 (7372921a) # OS: FreeBSD 12.0-STABLE amd64 # Hostname: thebighonker.lerctr.org

Re: Sieve Header question.

2019-08-30 Thread Larry Rosenman via dovecot
Ok, I figured it out. Needed to use a :regex match instead of :matches. On Fri, Aug 30, 2019 at 5:25 PM Larry Rosenman wrote: > I'm trying to make my github processing better, but I'm missing something. > > I have the following: > if address :all :contains "from" ["github.com"] { >addflag

Sieve Header question.

2019-08-30 Thread Larry Rosenman via dovecot
I'm trying to make my github processing better, but I'm missing something. I have the following: if address :all :contains "from" ["github.com"] { addflag "github"; addflag "MyFlags" "github"; set "mailbox" "GitHub"; if address :matches :user "to" "*" { set "GHUser" "${1}";

Re: Freebsd ports?

2019-07-23 Thread Larry Rosenman via dovecot
The current (head) port is at 2.3.7. Quarterly is at 2.3.6 I'm the maintainer. On Tue, Jul 23, 2019, 9:00 AM @lbutlr via dovecot wrote: > The version of dovecot in freebsd ports tree is still 2.3.6, any idea when > this will be updated to 2.3.7? > > > -- > "I can't see the point in the

2.3.7/FreeBSD: Seeing lots of stats-writer errors.

2019-07-12 Thread Larry Rosenman via dovecot
A user reported this to me, and I'm seeing it too: Hi all :) After mail/dovecot upgrade to v2.3.7 it seems something went wrong with stat-writer... IMAP and POP3 logs: Jul 12 19:45:34 mail dovecot: imap-login: Error: file_ostream.net_set_tcp_nodelay((conn:unix:/var/run/dovecot/stats-writer),

Re: Dovecot and Solr on the same server or on different

2019-07-05 Thread Larry Rosenman via dovecot
What changes did you make to support partial searches? On Fri, Jul 5, 2019 at 3:58 PM Christian Kivalo via dovecot < dovecot@dovecot.org> wrote: > > > On 2019-06-21 09:18, Götz Reinicke via dovecot wrote: > > Hi Christian, > > > >> Am 20.06.2019 um 18:05 schrieb Christian Kivalo via dovecot >

Re: SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema

2019-04-22 Thread Larry Rosenman via dovecot
I've been using the same config since 6.x iirc. Get Outlook for Android From: dovecot on behalf of luckydog xf via dovecot Sent: Monday, April 22, 2019 10:31:56 PM To: Dovecot Mailing List Subject: Re: SolrCore 'dovecot' is not available

Re: stats-writer error is back

2019-04-20 Thread Larry Rosenman via dovecot
I do believe that imap reader processes write stats as the *USER*. On Sat, Apr 20, 2019 at 3:41 PM @lbutlr via dovecot wrote: > On 20 Apr 2019, at 14:21, Larry Rosenman via dovecot > wrote: > > Then figure out what user/group needs the access and set the perms. > > Wel

Re: stats-writer error is back

2019-04-20 Thread Larry Rosenman via dovecot
:05, Larry Rosenman via dovecot > wrote: > > service stats { > > unix_listener stats-reader { > > group = mail > > Why would I change the group from the group the socket is using? > > > mode = 0666 > > That cannot possibly be best practice. >

Re: stats-writer error is back

2019-04-20 Thread Larry Rosenman via dovecot
service stats { unix_listener stats-reader { group = mail mode = 0666 user = } unix_listener stats-writer { group = mail mode = 0666 user = } } service anvil { unix_listener anvil { group = mail mode = 0666 } } in my local.conf. Maybe a resend (sorry

Re: stats-writer error is back

2019-04-20 Thread Larry Rosenman via dovecot
service stats { unix_listener stats-reader { group = mail mode = 0666 user = } unix_listener stats-writer { group = mail mode = 0666 user = } } service anvil { unix_listener anvil { group = mail mode = 0666 } } in my local.conf. On Sat, Apr 20, 2019 at

Re: Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
Aki (via private chat) told me about adding override_fields = domain=lerctr.org to my PAM passdb, and /etc/passwd userdb. This solves the problem nicely. On Mon, Apr 15, 2019 at 2:30 PM Tanstaafl via dovecot wrote: > On 4/15/2019, 6:59:59 AM, Larry Rosenman via dovecot > wrote: &g

Re: Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
yes, either with or without the domain. On Mon, Apr 15, 2019 at 9:33 AM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 15/04/2019 16:05, Larry Rosenman via dovecot wrote: > > I have normal system users, some and some virtual domains (2 different > flavors). &

Re: Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
PAM auth'd users to append @lerctr.org (DOMAIN) to the OS user. On Mon, Apr 15, 2019 at 7:34 AM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 15/04/2019 13:43, Larry Rosenman via dovecot wrote: > > Again, this doesn't help with doveadm running as the local use

Re: Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
cot@dovecot.org> wrote: > On 15/04/2019 12:59, Larry Rosenman via dovecot wrote: > > forgot to reply all. > > -- Forwarded message - > From: Larry Rosenman > Date: Mon, Apr 15, 2019 at 5:58 AM > Subject: Re: SOLR/Index? > To: John Fawcett > > >

Re: Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
These are REAL local users, authenticated via PAM On Mon, Apr 15, 2019 at 6:26 AM Johan Huldtgren via dovecot < dovecot@dovecot.org> wrote: > > > On 2019/04/15 06:59, Larry Rosenman via dovecot wrote: > > forgot to reply all. > > > > -- Forwarded m

Fwd: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
dovecot change what it sees to be @lerctr.org when they login as ? On Mon, Apr 15, 2019 at 5:54 AM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 15/04/2019 11:38, Larry Rosenman via dovecot wrote: > > ⌂63% [l...@thebighonker.lerctr.org:~] $ grep fts1970 mail/

Re: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
uot; echo `date` done ${i} done ⌂64% [l...@thebighonker.lerctr.org:~] $ The Exim config can be provided as well if necessary. ler & l...@lerctr.org *ARE THE SAME MAILBOX* On Mon, Apr 15, 2019 at 4:05 AM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 15/04/2019 1

Re: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
g List Subject: Re: SOLR/Index? On 15/04/2019 10:31, Larry Rosenman via dovecot wrote: It always shows the autoindex. And yes built from sources. I'm the FreeBSD port maintainer for mail/docecot. This has been happening for several releases. Get Outlook for Android<https://aka.

Re: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
ovecot Sent: Monday, April 15, 2019 2:06:55 AM To: dovecot@dovecot.org Subject: Re: SOLR/Index? On 15/04/2019 08:09, Larry Rosenman via dovecot wrote: Note the hits after the fts rescan/index. Get Outlook for Android<https://aka.ms/ghei36> From: Aki Tuomi &l

Re: SOLR/Index?

2019-04-15 Thread Larry Rosenman via dovecot
Larry Rosenman via dovecot wrote: ⌂72% [l...@thebighonker.lerctr.org:~<mailto:l...@thebighonker.lerctr.org:~>] $ doveadm search mailbox lists/freebsd/ports-commiters body 'sysutils' [l...@thebighonker.lerctr.org:~<mailto:l...@thebighonker.lerctr.org:~>] $ doveadm fts rescan [l...@thebi

Re: SOLR/Index?

2019-04-14 Thread Larry Rosenman via dovecot
⌂72% [l...@thebighonker.lerctr.org:~] $ doveadm search mailbox lists/freebsd/ports-commiters body 'sysutils' [l...@thebighonker.lerctr.org:~] $ doveadm fts rescan [l...@thebighonker.lerctr.org:~] $ doveadm index -q lists/freebsd/ports-commiters ⌂64% [l...@thebighonker.lerctr.org:~] $ tail -f

Re: SOLR/Index?

2019-04-14 Thread Larry Rosenman via dovecot
full solr.log at: https://www.lerctr.org/~ler/solr.log The search DOES make it to SOLR: ⌂77% [l...@thebighonker.lerctr.org:~] 130 $ grep sysutils /var/log/solr/solr.log 2019-04-14 18:31:34.749 INFO (qtp349420578-7538) [ x:dovecot] o.a.s.c.S.Request [dovecot] webapp=/solr path=/select

SOLR/Index?

2019-04-14 Thread Larry Rosenman via dovecot
Given all the discussion on FTS/Solr, etc, I have a question: I have autoindex set, and searching in roundcube most of the time does NOT find things, HOWEVER if I do: doveadm fts rescan doveadm index I can find things in the mailboxes. WHY? (doveconf -n attached). -- Larry Rosenman

Re: `Spam' folder creation for multiple users

2019-03-17 Thread Larry Rosenman via dovecot
You can use the "mailbox" extension, and add :create to that rule. On Sun, Mar 17, 2019 at 1:38 PM Marek Kozlowski via dovecot < dovecot@dovecot.org> wrote: > :-) > > I've just added pigeonhole and a simple sieve script: > - > require "fileinto";

Re: imap-hibernate not working

2019-03-11 Thread Larry Rosenman via dovecot
If I can help (I'm the FreeBSD port maintainer for dovecot), I'm willing. I can also provide access to a server to help debug On Mon, Mar 11, 2019 at 7:54 PM Timo Sirainen via dovecot < dovecot@dovecot.org> wrote: > On 8 Mar 2019, at 20.44, Marcelo Coelho via dovecot > wrote: > > > > Hi, >

Re: assertion failed: (srcleft <= CHARSET_MAX_PENDING_BUF_SIZE)

2019-02-11 Thread Larry Rosenman via dovecot
for FreeBSD you can add to /etc/make.conf: WITH_DEBUG_PORTS=mail/dovecot mail/dovecot-pigeonhole and rebuild the packages. (from the FreeBSD port maintainer, me). On Mon, Feb 11, 2019 at 10:31 AM Stephan Bosch via dovecot < dovecot@dovecot.org> wrote: > > > Op 9-2-2019 om 19:27 schreef Giacomo

Re: Release notify (2.2.36.1 and 2.3.4.1)

2019-02-05 Thread Larry Rosenman via dovecot
that was a MySQL issue and mmokhi fixed it in Ports. I really do try to be conscientious about making sure it works (I use it for my mailserver). I really don't understand your hangup about using ports/pkg/poudriere/etc to build the ports and install them. On Tue, Feb 5, 2019 at 2:53 PM

Re: Release notify (2.2.36.1 and 2.3.4.1)

2019-02-05 Thread Larry Rosenman via dovecot
2.3.4 had the same compile issues On Tue, Feb 5, 2019 at 2:44 PM Odhiambo Washington wrote: > Noted. > > I will wait for dovecot-2.3.4.2 tarball then. > > In all the servers I listed (+2 more), I never use the mail/dovecot port. > > I rely on mail/dovecot port on my own prototype (FreeBSD

Re: Release notify (2.2.36.1 and 2.3.4.1)

2019-02-05 Thread Larry Rosenman via dovecot
the patches are already in git master. I've pulled them into the mail/dovecot port. The dovecot guys/gals will release it eventually, but the port works TODAY. On Tue, Feb 5, 2019 at 2:33 PM Odhiambo Washington wrote: > I have always been able to compile manually, even from RCs so I believe

Re: Release notify (2.2.36.1 and 2.3.4.1)

2019-02-05 Thread Larry Rosenman via dovecot
pull the patches from the port. On Tue, Feb 5, 2019 at 2:28 PM Odhiambo Washington via dovecot < dovecot@dovecot.org> wrote: > Oh, so manual compile should NOT work and it's okay or am I missing > something? > > On Tue, 5 Feb 2019 at 23:26, The Doctor wrote: > >> On Tue, Feb 05, 2019 at

Re: Release notify (2.2.36.1 and 2.3.4.1)

2019-02-05 Thread Larry Rosenman via dovecot
You're welcome. (From your friendly FreeBSD Dovecot maintainer). On Tue, Feb 5, 2019 at 2:26 PM The Doctor via dovecot wrote: > On Tue, Feb 05, 2019 at 11:18:45PM +0300, Odhiambo Washington via dovecot > wrote: > > On Tue, 5 Feb 2019 at 20:32, Aki Tuomi via dovecot > > wrote: > > > > > Due to