--with-textcat: configure error?

2022-02-18 Thread Felipe Gasper
Hello, With Dovecot 2.3.18 on AlmaLinux 8 I’m trying this: LIBEXTTEXTCAT_LIBS="-L/usr/lib64 -lexttextcat" ./configure --with-textcat … which gives me: checking for special_textcat_Init in -lexttextcat... no checking for special_textcat_Init in -ltextcat... no configure: error: Can't

Fwd: Debug shared namespace issues

2022-02-18 Thread Kees van Vloten
On 18-02-2022 14:30, Aki Tuomi wrote: On 18/02/2022 15:17 Kees van Vloten wrote: On 18-02-2022 13:34, Aki Tuomi wrote: On 18/02/2022 14:27 Kees van Vloten wrote: Hi Team, I am still having troubles with the shared namespace. mail_shared_explicit_inbox = yes namespace {     type =

Re: Debug shared namespace issues

2022-02-18 Thread Kees van Vloten
On 18-02-2022 14:30, Aki Tuomi wrote: On 18/02/2022 15:17 Kees van Vloten wrote: On 18-02-2022 13:34, Aki Tuomi wrote: On 18/02/2022 14:27 Kees van Vloten wrote: Hi Team, I am still having troubles with the shared namespace. mail_shared_explicit_inbox = yes namespace {     type

Re: Debug shared namespace issues

2022-02-18 Thread Aki Tuomi
> On 18/02/2022 15:17 Kees van Vloten wrote: > > > On 18-02-2022 13:34, Aki Tuomi wrote: > >> On 18/02/2022 14:27 Kees van Vloten wrote: > >> > >> > >> Hi Team, > >> > >> I am still having troubles with the shared namespace. > >> > >> mail_shared_explicit_inbox = yes > >> namespace { >

Re: Debug shared namespace issues

2022-02-18 Thread Kees van Vloten
On 18-02-2022 13:34, Aki Tuomi wrote: On 18/02/2022 14:27 Kees van Vloten wrote: Hi Team, I am still having troubles with the shared namespace. mail_shared_explicit_inbox = yes namespace {     type = shared     separator = "~" Why do you actually have quotes here? Shouldn't be

Re: Using dovecot-shared for an shared index not working

2022-02-18 Thread Achim Gottinger
Am 18.02.2022 um 13:41 schrieb Achim Gottinger: > Hello > > I'm in the process to migrate our mail server from version 2.2.13 with > maildirs to 2.3.13 with sdbox. > On the old server if we wanted an common index for the seen flag on shared > folders we created an file called dovecot-shared

Re: Dovecot with Microsoft Azure OAUTH2 ?

2022-02-18 Thread Aki Tuomi
> On 02/02/2022 17:11 Max Kostikov wrote: > > > Does anyone have experience successfully setting up Dovecot OAUTH2 for > authentication with Microsoft Azure? > I'm not sure what to use as tokeninfo_url and introspection_url in the > Dovecot configuration. > I would appreciate any help and

Using dovecot-shared for an shared index not working

2022-02-18 Thread Achim Gottinger
Hello I'm in the process to migrate our mail server from version 2.2.13 with maildirs to 2.3.13 with sdbox. On the old server if we wanted an common index for the seen flag on shared folders we created an file called dovecot-shared in the mail_location folder and the mailbox folders. This does

Re: Debug shared namespace issues

2022-02-18 Thread Aki Tuomi
> On 18/02/2022 14:27 Kees van Vloten wrote: > > > Hi Team, > > I am still having troubles with the shared namespace. > > mail_shared_explicit_inbox = yes > namespace { >     type = shared >     separator = "~" Why do you actually have quotes here? Shouldn't be needed or wanted. Can

Debug shared namespace issues

2022-02-18 Thread Kees van Vloten
Hi Team, I am still having troubles with the shared namespace. mail_shared_explicit_inbox = yes namespace {     type = shared     separator = "~"     prefix = shared~%%u~     location =

Re: Fwd: Memory problems with config service

2022-02-18 Thread Aki Tuomi
Hi, 2.2.27 is unfortunately rather ancient version, and no longer supported. Can you try, somehow, if this happens with 2.3.18? You can get packages from https://repo.dovecot.org. Aki > On 16/02/2022 17:20 Víctor Rubiella Monfort wrote: > > > (Resend to list, sorry for personal reply) >

Re: Too many wait in auth process

2022-02-18 Thread itan...@univ-brest.fr
service auth-worker {    client_limit = 1    idle_kill = 0    process_limit = 600    process_min_avail = 0    service_count = 1    vsz_limit = 18446744073709551615 B } What dovecot version is this? with 2.3.17 or later you should probably use service_count=0 here. That would prevent