Dict Redis error: Unsupported operation (dict does not support this feature)

2022-08-22 Thread Tomas Dolezal
Hi all, when we try to delete any folder from Trash folder, for exmaple Trash.Test, Thunderbird and RoundCube IMAP clients show this error: DELETE: Internal error occurred. Refer to server log for more information. [2022-08-22 23:03:00] (0.001 + 0.000 secs). And deleted folder is still in Tra

Re: Should one prevent reconnection before expunge?

2022-08-22 Thread Jack Cecil
Christian Kivalo wrote: What keeps you from testing with a test account Hello. Even 10% of users having a problem that need to be hand held through it in some way would blow up my schedule for other projects. Aki Tuomi wrote: Running doveadm expunge while user is logged in, is safe. Tha

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Aki Tuomi
> On 22/08/2022 14:32 EEST Felix Auringer wrote: > > > On 8/22/22 10:14, Aki Tuomi wrote: > > Hi! > > > > You need to export them in passdb. You can do > > `userdb_some_field=%{oauth2:some_field}`. > > That is exactly what I have been looking for, thank you! Is it also > possible to extra

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Felix Auringer
On 8/22/22 10:14, Aki Tuomi wrote: Hi! You need to export them in passdb. You can do `userdb_some_field=%{oauth2:some_field}`. That is exactly what I have been looking for, thank you! Is it also possible to extract arrays and objects from the token with this syntax? For example, I tried to

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Aki Tuomi
> On 22/08/2022 11:11 EEST Felix Auringer wrote: > > > Hi, > > I tried to configure / implement the suggestions - thanks for them @Aki! > > On 6/15/22 07:50, Aki Tuomi wrote: > > > >> On 14/06/2022 12:52 Felix Auringer wrote: > >> > >> > >> Hi, > >> > >> we're trying to set up an IMAP

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Felix Auringer
Hi, I tried to configure / implement the suggestions - thanks for them @Aki! On 6/15/22 07:50, Aki Tuomi wrote: On 14/06/2022 12:52 Felix Auringer wrote: Hi, we're trying to set up an IMAP server using Dovecot as part of a new email system in a middle-sized company (around 150 employee

Re: Get a list of currently active IMAP connections?

2022-08-22 Thread Cristiano Deana
Hi, I think this i wrong. With that command you catch all _established_ connections. If I just connect to 993/143 WITHOUT auth, I will have a smtp connection open. Il 16/08/2022 22:46, Antonio Leding ha scritto: At the risk of being pedestrian, I just use something like |sudo netstat -an | g