Re: imap_metadata plugin panic

2022-03-23 Thread Elisamuel Resto
Hi, So I have waited to see what comes in updates and while it hasn't been fixed on my end, it at least doesn't panic anymore and properly errors out. This error has only happened when deleting folders. No other action I do from day to day has triggered this in the logs that I can see. Mar

Re: imap_metadata plugin panic

2021-12-07 Thread Elisamuel Resto
> fields { > meta_key = $key > } > } > > I've attached the current dovecot.conf. > > > -Sam > > > *From:* Aki Tuomi [mailto:aki.tu...@open-xchange.com] > *Sent:* Wednesday, December 1, 2021, 2:23 AM > *To:* El

Re: imap_metadata plugin panic

2021-12-01 Thread Elisamuel Resto
dovecot.conf. -Sam *From:* Aki Tuomi [mailto:aki.tu...@open-xchange.com] *Sent:* Wednesday, December 1, 2021, 2:23 AM *To:* Elisamuel Resto; dovecot@dovecot.org *Subject:* imap_metadata plugin panic It's probably not a

Re: imap_metadata plugin panic

2021-11-30 Thread Aki Tuomi
] > *Sent:* Monday, November 22, 2021, 5:13 AM > *To:* dovecot@dovecot.org, Elisamuel Resto > *Cc:* dove...@ptld.com > *Subject:* imap_metadata plugin panic > > > Hi, I wanted to see /etc/dovecot/dovecot-dict-sql.conf.ext > > > > Aki > > > > On 22 Nov

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
change.com] *Sent:* Monday, November 22, 2021, 5:13 AM *To:* dovecot@dovecot.org, Elisamuel Resto *Cc:* dove...@ptld.com *Subject:* imap_metadata plugin panic Hi, I wanted to see /etc/dovecot/dovecot-dict-sql.conf.ext Aki On 22 November 2021 11.08.01 UTC, Elisamuel Resto wrote: Aki,

Re: imap_metadata plugin panic

2021-11-22 Thread Aki Tuomi
Hi, I wanted to see /etc/dovecot/dovecot-dict-sql.conf.ext Aki On 22 November 2021 11.08.01 UTC, Elisamuel Resto wrote: >Aki, > ># 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf ># Pigeonhole version 0.5.16 (09c29328) ># OS: Linux 5.14.16-arch1-1 x86_64 ext4

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
Aki, # 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.16 (09c29328) # OS: Linux 5.14.16-arch1-1 x86_64 ext4[root@wyvern ~]# dovecot -n # 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.16 (09c29328) # OS: Linux 5.14.16-arch1-1 x86_64 ext4 #

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
I can’t fix a query that is built by dovecot. The code itself builds the query based on my dict configuration… so I can’t do that. I know the query is broken and why it’s failing, but I can’t fix it myself unless I find the code or what I did wrong in the configuration… but thanks for the reply

Re: imap_metadata plugin panic

2021-11-21 Thread Aki Tuomi
> On 21/11/2021 22:40 dove...@ptld.com wrote: > > > > On 11-21-2021 1:15 pm, Elisamuel Resto wrote: > > I have gone through my configuration and even found a configuration example > > by Aki and that confirms how I configured it… still getting that > > error. > > > Nov 15 12:19:19 wyvern

Re: imap_metadata plugin panic

2021-11-21 Thread dovecot
> On 11-21-2021 1:15 pm, Elisamuel Resto wrote: > I have gone through my configuration and even found a configuration example > by Aki and that confirms how I configured it… still getting that > error. > Nov 15 12:19:19 wyvern dovecot[461]: dict(51438): Panic: lib-sql: Too many > bind args (2)

Re: imap_metadata plugin panic

2021-11-21 Thread Elisamuel Resto
I have gone through my configuration and even found a configuration example by Aki and that confirms how I configured it… still getting that error. Possibly a issue with the code? Any suggestions as to how to enable debugging to try and find the issue? Regards, Elisamuel Resto > On Nov 15,

Re: imap_metadata plugin panic

2021-11-16 Thread Christian Mack
Hello You have a missing argument variable in your prepared statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ? should be SELECT meta_key FROM metadata WHERE meta_key LIKE ? AND username = ? Kind regards, Christian Mack Am 15.11.21 um 19:27 schrieb Elisamuel

imap_metadata plugin panic

2021-11-15 Thread Elisamuel Resto
Hello, This may be covered somewhere but recently I enabled the metadata plugin to work with sieve as part of some updates I did a while back and I hadn't checked my logs for any issues with it and so far they're not completely taking my system down. Right now, upon trying to delete a