Re: Replicator: Panic: data stack: Out of memory

2022-06-03 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Ok a little more help : vsz_limit = 0 --> means unlimited ram for allocation, change this/try 2g etc pending avaliable ram. I use : service replicator { client_limit = 0 drop_priv_before_exec = no idle_kill = 4294967295s process_limit = 1 process_min_avail = 0 service_count =

Re: Restrict IMAP login, but allow Postfix SASL

2022-06-03 Thread Sami Ketola
> On 1. Jun 2022, at 14.40, lutz.niede...@gmx.net wrote: > > Hi, > > we have a very simple user-/passdb (like passwd) to authenticate virtual IMAP > users. > We also use this for Postfix authentication. Nothing special. > > But, we need to exclude some of the users from IMAP login. > This

Re: Openmetrics label truncation

2022-06-03 Thread Aki Tuomi
> On 03/06/2022 11:13 Daniel Sabotta wrote: > > > Hello, > > I'm using dovecot 2.3.18 and want to collect metrics with prometheus via > openmetrics. > > I need to label the metrics with the destination host name. > The configuration works fine, but the label value is truncated after 32

Replicator: Panic: data stack: Out of memory

2022-06-03 Thread Ivan Jurišić
Reproduce of error (Replicator: Panic: data stack: Out of memory): == When replay on any mail I will got OOM. I try add in service replicate vsz_limit = 0 but that not help (after proces dovecot/replicator eat all ram I got OOM)

Re: Openmetrics label truncation

2022-06-03 Thread Daniel Sabotta
Hi Aki thanks for your reply, I am using some dovecots behind a dovecot smtp proxy. Now I want to use OpenMetrics (with Pormetheus) to get metrics on which destination hosts the mails are delivered to. And my hostnames are longer than 32 characters. I hope that explains my use case enough.

Re: dovecot 2.3.19 source tarball build failed

2022-06-03 Thread Aki Tuomi
> On 03/06/2022 05:09 Dmitriy Fitisov wrote: > > > Hello all again, > building from 2.3.19 src tarball > on Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:29 PDT 2022; > root:xnu-8020.121.3~4/RELEASE_ARM64_T8101 arm64 > got failure: > > ioloop-notify-kqueue.c:70:2:error:implicit declaration

Openmetrics label truncation

2022-06-03 Thread Daniel Sabotta
Hello, I'm using dovecot 2.3.18 and want to collect metrics with prometheus via openmetrics. I need to label the metrics with the destination host name. The configuration works fine, but the label value is truncated after 32 chars (and a '...' is added). My config: service stats {

Re: Replicator: Panic: data stack: Out of memory

2022-06-03 Thread Ivan Jurišić
Ok a little more help : vsz_limit = 0 --> means unlimited ram for allocation, change this/try 2g etc pending avaliable ram. I try with 524M, 1G, 2G, 4G and 8G but in any case repclicator proces got crash.