Hello,
I have a working setup with Roundcube using OAuth2 -- introspection works
without any problem, unfortunately local validation does not as tokens are
missing "typ" header (seems that one is indeed optional per RFC7519 and
therefore not present in the implementation in place).
Is there any
On Wed, 23 Jun 2021, Pat G wrote:
i ve a mail server to manage with some email accounts but with multiples users
(+50) using a common email.
it indicates sometimes that it can't connect cause too many connections.
what are the good options to allow a lot of users for a specific account ?
i mo
> "Pat" == Pat G writes:
Pat> i ve a mail server to manage with some email accounts but with
Pat> multiples users (+50) using a common email. it indicates
Pat> sometimes that it can't connect cause too many connections.
Can you post some log messages from around when this happens? It
shou
Hi,
i ve a mail server to manage with some email accounts but with multiples users
(+50) using a common email.
it indicates sometimes that it can't connect cause too many connections.
what are the good options to allow a lot of users for a specific account ?
i modifyied these options :
auth_wor
> On 06/22/2021 10:50 AM Alessio Cecchi wrote:
>
>
> Il 21/06/21 13:18, Timo Sirainen ha scritto:
> > + imap: Support official RFC8970 preview/snippet syntax. Old methods of
> > retrieving preview information via IMAP commands ("SNIPPET and PREVIEW
> > with explicit algorithm selection")
On 23. Jun 2021, at 13.17, Eirik Rye wrote:
>
> On Mon, Jun 21, 2021 at 1:24 PM Timo Sirainen wrote:
>> Binary packages in https://repo.dovecot.org/
>
> The repository https://repo.dovecot.org/ce-2.3.14 does not contain the
> latest binary package for version 2.3.14.1, as one would expect. The
Hi there,
I set up Dovecot to call a quota warning script:
plugin {
quota_warning = storage=100%% quota-warning 100 %u
quota_warning2 = storage=95%% quota-warning 95 %u
quota_warning3 = storage=80%% quota-warning 80 %u
quota_warning4 = -storage=100%% quota-warning below %u
}
The scr
On Mon, Jun 21, 2021 at 1:24 PM Timo Sirainen wrote:
> Binary packages in https://repo.dovecot.org/
The repository https://repo.dovecot.org/ce-2.3.14 does not contain the
latest binary package for version 2.3.14.1, as one would expect. The
only way to get this package seems to be by changing to t
On 22. Jun 2021, at 14.55, Theo Pannen wrote:
>
> Hello,
>
> it seems that the default value for ssl_min_protocol has changed from
> TLSv1 to TLSv1.2, right?
>
> After upgrading to v2.3.15 and with ssl_min_protocol commented out, the
> server no longer offers TLSv1 and TLSv1.1.
>
> This is a g