Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 22:20 schrieb Timo Sirainen via dovecot > : > > proxy_session_finished events. With remote_ip and remote_port as tracking criteria. Thank you very much. I was on the wrong path, because my Rocky 8 still used proxy_maybe being always the same host as the proxy itself. So

Re: Replicator Crash

2025-01-28 Thread Kent Borg via dovecot
On 1/28/25 11:53 AM, Aki Tuomi wrote: It's maybe https://github.com/dovecot/core/commit/d3a097075afb7b5d8955978ed4a2ae99add11f88.patch Oh, fun. Time to figure out how to build a .deb! And…it's not that bad. The correct way to clear the cruft to build subsequent times wasn't immediately obviou

Re: Replicator Crash

2025-01-28 Thread Dmitry Melekhov via dovecot
28.01.2025 23:53, Aki Tuomi via dovecot пишет: On 28/01/2025 21:38 EET Kent Borg via dovecot wrote: I have replicator working well enough…to crash: Jan 28 11:26:12 la dovecot[1187]: replicator: Panic: data stack: Out

Re: Dovecot v2.4.0 released

2025-01-28 Thread Timo Sirainen via dovecot
On 28. Jan 2025, at 0.35, Mike Panev via dovecot wrote: > > Timo Sirainen wrote: >> Our documentation is written using github pull requests, so anybody can >> easily do changes as little or as much as wanted. >> https://github.com/dovecot/documentation/ > > I know, but I assumed only a limited

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Timo Sirainen via dovecot
On 28. Jan 2025, at 17.19, Christian Rößner wrote: > >> Am 28.01.2025 um 14:51 schrieb Timo Sirainen via dovecot >> : >> >> Anyway, like I mentioned in my other email, I think the problem here is >> simply that the events should be configured to Dovecot backend, not to >> Dovecot proxy. > >

Re: Replicator Crash

2025-01-28 Thread Aki Tuomi via dovecot
  On 28/01/2025 21:38 EET Kent Borg via dovecot wrote:     I have replicator working well enough…to crash:   Jan 28 11:26:12 la dovecot[1187]: replicator: Panic: data stack: Out of memory when allocating 268435496 bytes Jan 28 1

Replicator Crash

2025-01-28 Thread Kent Borg via dovecot
I have replicator working well enough…to crash: Jan 28 11:26:12 la dovecot[1187]: replicator: Panic: data stack: Out of memory when allocating 268435496 bytes Jan 28 11:26:12 la dovecot[1187]: replicator: Error: Raw backtrace: #0 t_askpass[0x7fa59db0c0] -> #1 backtrace_append[0x7fa59db374] -> #

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 14:51 schrieb Timo Sirainen via dovecot > : > > Anyway, like I mentioned in my other email, I think the problem here is > simply that the events should be configured to Dovecot backend, not to > Dovecot proxy. But this would track sessions on the backends and not the ones

Re: Fwd: dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped

2025-01-28 Thread Stephane De Greef via dovecot
here the /etc/dovecot/dovecot.conf and i don't see the service imap  i add the section in this file , but this server is in production then i make that this week-end . cat dovecot.conf !include yunohost.d/pre-ext.conf listen = *, :: auth_mechanisms = plain login mail_gid = 8 mail_hom

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Timo Sirainen via dovecot
On 28. Jan 2025, at 15.00, Aki Tuomi via dovecot wrote: > > >> On 28/01/2025 14:47 EET Christian Rößner via dovecot >> wrote: >> >> >>> Am 28.01.2025 um 12:43 schrieb Timo Sirainen via dovecot >>> : >>> >>> log_debug = category=debug >> >> Here is the debug output: >> > > director | Ja

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 14:00 schrieb Aki Tuomi via dovecot : > > >> On 28/01/2025 14:47 EET Christian Rößner via dovecot >> wrote: >> >> >>> Am 28.01.2025 um 12:43 schrieb Timo Sirainen via dovecot >>> : >>> >>> log_debug = category=debug >> >> Here is the debug output: >> > > director |

Re: Example configs and packaging scripts

2025-01-28 Thread Frank Elsner via dovecot
On Mon, 27 Jan 2025 19:20:53 +0200 (EET) Aki Tuomi via dovecot wrote: > Hi! > > To make the transition from 2.3 to 2.4 easier, especially for package > maintainers, we have prepared one-time conversion of 2.3 example > configurations to 2.4. Please find them at > https://github.com/dovecot/tools

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 13:47 schrieb Christian Rößner via dovecot > : > > > >> Am 28.01.2025 um 12:43 schrieb Timo Sirainen via dovecot >> : >> >> log_debug = category=debug > > Here is the debug output: > > director | Jan 28 12:38:18 master: Info: Dovecot v2.4.0 (daeb6bc59c) > starting up

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Aki Tuomi via dovecot
> On 28/01/2025 14:47 EET Christian Rößner via dovecot > wrote: > > > > Am 28.01.2025 um 12:43 schrieb Timo Sirainen via dovecot > > : > > > > log_debug = category=debug > > Here is the debug output: > director | Jan 28 12:39:50 auth-worker(16): Debug: http-client: conn 172.22.0.4:8080

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 12:43 schrieb Timo Sirainen via dovecot > : > > log_debug = category=debug Here is the debug output: director | Jan 28 12:38:18 master: Info: Dovecot v2.4.0 (daeb6bc59c) starting up for imap, pop3, lmtp (core dumps disabled) director | Jan 28 12:38:18 imap-login: Debug:

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Timo Sirainen via dovecot
On 28. Jan 2025, at 11.30, Christian Rößner via dovecot wrote: > > > > director | Jan 28 09:23:48 auth-worker(94): Info: request=passdb > protocol=imap proxy_host=backend-1 auth_status_code=200 > auth_status_message= nauthilus_session=2sFfQiOh7OJYFYbFu11OnEVrCAx > director | Jan 28 09:23:4

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Timo Sirainen via dovecot
On 28. Jan 2025, at 13.43, Timo Sirainen wrote: > > On 28. Jan 2025, at 11.30, Christian Rößner via dovecot > wrote: >> >> >> >> director | Jan 28 09:23:48 auth-worker(94): Info: request=passdb >> protocol=imap proxy_host=backend-1 auth_status_code=200 >> auth_status_message= nauthilus_se

Re: Fwd: dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped

2025-01-28 Thread Aki Tuomi via dovecot
I can't see any process_limit in your config? Maybe you're configuration is read differently than you think, check /etc/dovecot/dovecot.conf. Aki > On 28/01/2025 12:54 EET Stephane De Greef via dovecot > wrote: > > > Message transféré > Sujet : Re: dovecot: master: W

Fwd: dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped

2025-01-28 Thread Stephane De Greef via dovecot
Message transféré Sujet : Re: dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped Date : Tue, 28 Jan 2025 11:22:35 +0100 De :Stephane De Greef Pour : dovecot-ow...@dovecot.org  doveconf -n # 2.3.19.1 (9b

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 28.01.2025 um 10:30 schrieb Christian Rößner : > > Do connection to /api/v1/custom/dovecot-session-cleaner Not Do! I mean No! Christian Rößner -- Rößner-Network-Solutions Zertifizierter ITSiBe / CISO Marburger Str. 70a, 36304 Alsfeld Fax: +49 6631 78823409, Mobil: +49 171 9905345 USt-IdN

Re: Why does metrics exporter not work anymore?

2025-01-28 Thread Christian Rößner via dovecot
> Am 27.01.2025 um 21:22 schrieb Timo Sirainen via dovecot > : > > On 27. Jan 2025, at 15.50, Christian Rößner via dovecot > wrote: >> >> event_exporter conn_state { >> driver = http-post >> format = json >> http_post_url = http://nauthilus:8080/api/v1/custom/dovecot-session-cleaner >> time_

Re: dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped

2025-01-28 Thread Aki Tuomi via dovecot
> On 28/01/2025 10:13 EET Stephane De Greef via dovecot > wrote: > > > Hello, > > I would need a little help. > > I have the following message in the logs > > dovecot: master: Warning: service(imap-login): process_limit (100) > reached, client connections are being dropped > >  I have a

dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped

2025-01-28 Thread Stephane De Greef via dovecot
Hello, I would need a little help. I have the following message in the logs dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped  I have already modified the file /etc/dovecot/conf.d/10-master.conf The first 2 lines are default_pr