Re: Remove "Duplicate" emails

2018-02-23 Thread @lbutlr
OK, perhaps I tried to cover too much, so let's just look at this: If I run this command, I get no errors: doveadm expunge -u kremels MAILBOX-GUID 1488800748.47633_1.mail.covisp.net UID 22908 But, if I search again doveadm -f table fetch -u kremels 'hdr.message-id guid uid hdr.x-listname'

Re: Assertion during dsync receive

2018-02-23 Thread Tanstaafl
On Fri Feb 23 2018 14:53:53 GMT-0500 (Eastern Standard Time), Aki Tuomi wrote: > It is problem for any mailbox Ok, so, I'm still unclear... what cache are we talking about? Are you saying that there is a limit to how many emails dovecot can store in a single... 'folder'?

Re: Sieve

2018-02-23 Thread Stephan Bosch
Op 2/19/2018 om 7:14 PM schreef IT: > > Hello, > > Im newbie at sieve. I have a nice script running on my boxes, > > and I have the following question: > > Using Sieve, > > is there a RULE to find out if String "MYTESTSTRING" > > is ANYWHERE inside the Email, or ANYWHERE inside the HEADER at least

dovecot auth and horde webmail

2018-02-23 Thread David Mehler
Hello, I'm not sure if this is a Dovecot-specific question, or Postfix or Horde webmail. As Dovecot is used for authenticating both Postfix as well as horde I thought i'd start here. I've got a new horde webmail install going on a FreeBSD 11.1 jail. I've got Dovecot set up so that it appends a

Re: Remove "Duplicate" emails (and documentation update)

2018-02-23 Thread @lbutlr
On 2018-02-23 (16:47 MST), Joseph Tam wrote: > > On Fri, 23 Feb 2018, @lbutlr wrote: > >> $ doveadm -f table fetch -u kremels 'hdr.message-id guid uid >> hdr.x-listname' mailbox "Archive" | sort| awk 'cnt[$1]++{if >> (cnt[$1]==2) print prev[$1]; print} {prev[$1]=$0}' |grep

Optimizing search performance for mobile devices / web mailer / general - solr plugin config

2018-02-23 Thread Götz Reinicke
Hi all, we run dovecot for a long time now with no complains from the users … until this week. Some users say, the search in mailfolders from iPhone (which only stores a few mails and search most on the server as I know) or our web mailer (SOGo, which I currently search also on the imap

Re: Optimizing search performance for mobile devices / web mailer / general - solr plugin config

2018-02-23 Thread Peter Chiochetti
Hello Götz, As an intermediate skill level admin I found it not too hard. The dovecot part was easier than the solr one, mostly as I am stuck on an old system. Solr indeed is blazingly fast. Searching several imap (sub)folders slows it down a bit, because imap only always searches a single

Assertion during dsync receive

2018-02-23 Thread Ian Bobbitt
Hi, I'm getting an assertion failed on the receiving side, causing syncs to fail for one user. The servers are setup so that only one is receiving any traffic other than replication at any time. The one that's only receiving replications is the one that's failing. I've tried deleting the

Re: Assertion during dsync receive

2018-02-23 Thread Aki Tuomi
The mailbox is too big. ---Aki TuomiDovecot oy Original message From: Ian Bobbitt Date: 23/02/2018 17:52 (GMT+02:00) To: dovecot@dovecot.org Subject: Assertion during dsync receive Hi, I'm getting an assertion failed on the receiving side,

Re: Assertion during dsync receive

2018-02-23 Thread Ian Bobbitt
Thanks. I've had the user clear out that mailbox, and replication is working fine for them again. Is there a better way to catch this than watch for crashes and read the backtrace to find what mailbox needs to be shrunk? Where is the threshold for "too big"? -- Ian On 2/23/18 11:33 AM, Aki

Re: Assertion during dsync receive

2018-02-23 Thread Aki Tuomi
Once you cache grows bigger than 0x400 you have problems ---Aki TuomiDovecot oy Original message From: Ian Bobbitt Date: 23/02/2018 20:33 (GMT+02:00) To: dovecot@dovecot.org Subject: Re: Assertion during dsync receive Thanks. I've had

Re: Assertion during dsync receive

2018-02-23 Thread Tanstaafl
On Fri Feb 23 2018 13:53:27 GMT-0500 (Eastern Standard Time), Aki Tuomi wrote: > Once you cache grows bigger than 0x400 you have problems This is for a single mailbox? IS this only a problem for mbox and maybe sdbox?

Re: Assertion during dsync receive

2018-02-23 Thread Aki Tuomi
It is problem for any mailbox ---Aki TuomiDovecot oy Original message From: Tanstaafl Date: 23/02/2018 21:36 (GMT+02:00) To: dovecot@dovecot.org Subject: Re: Assertion during dsync receive On Fri Feb 23 2018 13:53:27 GMT-0500 (Eastern Standard

Re: Optimizing search performance for mobile devices / web mailer / general - solr plugin config

2018-02-23 Thread Tanstaafl
On Fri Feb 23 2018 03:51:37 GMT-0500 (Eastern Standard Time), Peter Chiochetti wrote: > There is a trick to have messages indexed on arrival, instead of at > mailbox access, "fts_autoindex = yes" in the plugin section. This is not > mentioned in the dovecot wiki page but might

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-23 Thread Gabriel Kaufmann
Could you write step by step how you reach the goal? 2018-02-22 15:55 GMT+01:00 Gabriel Kaufmann >: I've tried to create an certbot SAN-Cert with multiple domain-names and this worked like a charm using one cert for all! Thanks! Shure

Re: Stale mailbox lock file

2018-02-23 Thread Aki Tuomi
Yes. I am one of them. ---Aki TuomiDovecot oy Original message From: Raffaele Gambelli Date: 23/02/2018 12:25 (GMT+02:00) To: dovecot@dovecot.org Subject: Re: Stale mailbox lock file Thanks Aki, do you know if this list is read by

Re: Stale mailbox lock file

2018-02-23 Thread Raffaele Gambelli
So you don't know when this piece of code is executed: case MAILBOX_LOCK_NOTIFY_MAILBOX_OVERRIDE:if (storage->callbacks->notify_ok == NULL) break;str = t_strdup_printf("Stale mailbox lock file detected, "

Re: Stale mailbox lock file

2018-02-23 Thread Aki Tuomi
On 23.02.2018 11:41, Raffaele Gambelli wrote: > Hi all, > I would like to understand the meaning of "Stale mailbox lock file detected" > In index-storage.c > (https://mis.dopa.go.th/atmail/server_source/dovecot/src/lib-storage/index/index-storage.c) > there is this notice "Stale mailbox lock

Re: Stale mailbox lock file

2018-02-23 Thread Raffaele Gambelli
Thanks Aki,do you know if this list is read by dovecot developers team too? Could you point me to the right list otherwise? Raffaele Gambelli -Aki Tuomi ha scritto: - Per: Raffaele Gambelli Da: Aki Tuomi

Re: preferred way to move an imap folder

2018-02-23 Thread himbeere
Thank you. cheers t. On 2018-02-22 18:04, Aki Tuomi wrote: On 22 February 2018 at 18:53 "@lbutlr" < krem...@kreme.com> wrote: On 2018-02-22 (07:48 MST), himbe...@shinymail.de wrote: Hello list. What is the preferred way to move an imap folder. Lets say an User has. .maildir/.INBOX.Junk

Re: Stale mailbox lock file

2018-02-23 Thread Aki Tuomi
I have no idea how you'd even get that error then. Aki On 23.02.2018 12:07, Raffaele Gambelli wrote: > Thanks but what answer it mean "doveconf -n"?  > I have neither control nor access in the dovecot installation to which > I'm connecting. > > I'm waiting to know the dovecot version but it

Stale mailbox lock file

2018-02-23 Thread Raffaele Gambelli
Hi all, I would like to understand the meaning of "Stale mailbox lock file detected" In index-storage.c (https://mis.dopa.go.th/atmail/server_source/dovecot/src/lib-storage/index/index-storage.c) there is this notice "Stale mailbox lock file detected" ... I have a java application which

Re: Stale mailbox lock file

2018-02-23 Thread Raffaele Gambelli
Thanks but what answer it mean "doveconf -n"?  I have neither control nor access in the dovecot installation to which I'm connecting. I'm waiting to know the dovecot version but it could be that for legal reasons I will never receive it. So please, if you know it obviously, why and when a dovecot