Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Joseph Tam
On Fri, 11 Jan 2019, Gabriel Kaufmann wrote: Hello Joseph, thanks for your reply. doveadm fetch -u my-mail...@domain.net 'guid hdr.message-id' ... You're on your own for everything else. That works and I may be can make it work with that using a shell-script interacting with getmail as

Re: Solr -> Xapian ?

2019-01-11 Thread fauno
El 04/01/19 a las 03:20, Joan Moreau via dovecot escribió: > What about consedering linking Dovecot with Xapian librairies instead of > going to nightmare Solr ? > https://xapian.org/features given that notmuch already does a good job at indexing email (although only supports maildirs afaik),

Re: Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)

2019-01-11 Thread Larry Rosenman
do you use both fts-solr and tika by chance? On Fri, Jan 11, 2019 at 11:19 AM Fírvida wrote: > Hello have you manage to solve your issue. I have a Mailu/Dovecot server in > production which is giving me the same error. Any help would be > appreciated. > > > > -- > Sent from:

Re: Solr -> Xapian ?

2019-01-11 Thread Joan Moreau via dovecot
The below patch resolves the compilation error $ DIFF -P COMPAT.H COMPAT.H.JOAN *** compat.h 2019-01-11 20:21:00.726625427 +0100 --- compat.h.joan 2019-01-11 20:14:41.729109919 +0100 *** struct iovec; *** 202,207 --- 202,211 ssize_t i_my_writev(int fd, const struct iovec

Re: Solr -> Xapian ?

2019-01-11 Thread Joan Moreau via dovecot
There is no point into a separate plugin, the purpose is to replace squat as the default fts (solr being a nightmare) On 2019-01-11 18:23, Aki Tuomi wrote: I would recommend making this a standalone plugin for now instead of trying to keep it in core fts. Aki On 11 January 2019 at 18:40

Re: Solr -> Xapian ?

2019-01-11 Thread Aki Tuomi
I would recommend making this a standalone plugin for now instead of trying to keep it in core fts.  Aki On 11 January 2019 at 18:40 Joan Moreau via dovecot < dovecot@dovecot.org> wrote: I managed to deal with

Re: Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)

2019-01-11 Thread Fírvida
Hello have you manage to solve your issue. I have a Mailu/Dovecot server in production which is giving me the same error. Any help would be appreciated. -- Sent from: http://dovecot.2317879.n4.nabble.com/

Re: Solr -> Xapian ?

2019-01-11 Thread Joan Moreau via dovecot
I managed to deal with the namespace issue (updated makefile.am) However, I reach : ../../../src/lib/compat.h:207:19: error: conflicting declaration of 'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage # define pread i_my_pread ^~ ../../../src/lib/compat.h:210:9:

Re: [solved] managesieve configuration

2019-01-11 Thread Dominik Menke
Hello Gerald, that did the trick, thank you very much! --Dominik On 1/11/19 10:54 AM, Gerald Galster wrote: Hi Dominik, I have set ssl = required in 10-ssl.conf globally but no ssl here: service managesieve-login { inet_listener sieve { port = 4190 } ... } Nevertheless,

Error: User b...@aaa.bbb doesn't have home dir set, disabling duplicate database

2019-01-11 Thread subscription1
I made a mistake when I moved dovecot to a new server and only specified mail_location instead of mail_home All I have in 10-mail.conf is - mail_location = maildir:/home/vmail/mailboxes/%d/%n All emails for the few accounts I have are in these mailboxes and I can

degfault imaptest

2019-01-11 Thread Marc Roos
imaptest host=mail04.local port=143 user=xxx pass=xxx mbox=test.mbox [Fri Jan 11 15:09:14 2019] imaptest[7634]: segfault at 1354ff0 ip 01354ff0 sp 7ffed5d8f558 error 15 [Fri Jan 11 15:09:22 2019] imaptest[7635]: segfault at 2267ff0 ip 02267ff0 sp 7ffee5890308 error 15

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Gabriel Kaufmann
Hello Joseph, thanks for your reply. > doveadm fetch -u my-mail...@domain.net 'guid hdr.message-id' ... > > You're on your own for everything else. That works and I may be can make it work with that using a shell-script interacting with getmail as Filter. But indeed it's fetching ALL

Re: IMAP copy stopped copying flags

2019-01-11 Thread Stephan Bosch
Op 11-1-2019 om 10:53 schreef Marc Weustink: Hi all, Andrzej A. Filip wrote: Timo Sirainen wrote: On 9 Jul 2018, at 16.49, Andrzej A. Filip wrote: Is it intended behavior? No. It seems to be caused by upgrade to 1:2.3.2-2 on Debian/Testing. What was the old version? What's your

RE: Enable compression only for namespace with mdbox storage

2019-01-11 Thread Marc Roos
Is it on the roadmap? What happens if I enable zlib compression. I have the inbox namespace as mbox mailboxes and the archive namespace as mdbox. What I understand from the zlib page (https://wiki2.dovecot.org/Plugins/Zlib) is that probably the inbox namespace compression is ignored, because

Re: managesieve configuration

2019-01-11 Thread Gerald Galster
Hi Dominik, I have set ssl = required in 10-ssl.conf globally but no ssl here: service managesieve-login { inet_listener sieve { port = 4190 } ... } Nevertheless, STARTTLS is offered "IMPLEMENTATION" "Dovecot Pigeonhole" "SIEVE" "fileinto reject envelope encoded-character

Re: IMAP copy stopped copying flags

2019-01-11 Thread Marc Weustink
Hi all, Andrzej A. Filip wrote: Timo Sirainen wrote: On 9 Jul 2018, at 16.49, Andrzej A. Filip wrote: Is it intended behavior? No. It seems to be caused by upgrade to 1:2.3.2-2 on Debian/Testing. What was the old version? What's your doveconf -n? How are you testing that it's not

Re: Solr -> Xapian ?

2019-01-11 Thread Joan Moreau via dovecot
Also, 1 - WHat does represent "subargs" in mail_search_args 2 - I made my first code, and the error I get compiling within the dovecot architecture is "In file included from fts-xapian-plugin.c:4: fts-xapian-plugin.h:6:1: error: unknown type name 'using'; did you mean 'uint'? using

Re: managesieve configuration

2019-01-11 Thread Dominik Menke
Sure, here you go (I've masked a few unimportant fields, though): # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.15.0-42-generic x86_64 Ubuntu 18.04.1 LTS auth_default_realm = masked auth_master_user_separator = *

Re: managesieve configuration

2019-01-11 Thread Aki Tuomi
On 10.1.2019 18.28, Dominik Menke wrote: > I've missed a part at the end: > >> This leads me to my question: How do I force Dovecot to print at >> least a STARTTLS line after a client connects to port 4190? Looking > > ... at the default configuration files in /etc/dovecot/conf.d/ I don't > see

Re: Enable compression only for namespace with mdbox storage

2019-01-11 Thread Aki Tuomi
Currently there is no way to enable compression per namespace. Aki On 10.1.2019 23.51, Marc Roos wrote: > Like mentioned here > https://www.dovecot.org/pipermail/dovecot/2013-March/089084.html > > > > I have a namespace with mbox and a namespace with mdbox mailboxes. How > do I only enable the

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Joseph Tam
On Thu, 10 Jan 2019, Gabriel Kaufmann wrote: Does anyone know how to query the message-id (given by mail-headers) with doveadm? My first test was this: doveadm fetch -u my-mail...@domain.net "mailbox date.sent" message-id "<369408722.286104911.1547114312259.foo.r...@someone.org>"