Re: Enforcing quotas on shared mailboxes

2024-02-11 Thread Aki Tuomi via dovecot
> On 07/02/2024 12:31 EET dovecot--- via dovecot wrote: > > > I have configured a shared private namespace in dovecot so that, via ACLs, > users can access other users' mailboxes. > > I set up a quota for each user and this also works well. The quota is > monitored and new messages are den

Re: SQL Authentication when the password contains spaces

2024-02-11 Thread Aki Tuomi via dovecot
> On 11/02/2024 19:11 EET Yassine Chaouche wrote: > > > Dear list, > > I created a dovecot mysql user with a password containing spaces. > When I try to run doveadm fetch (to test the sql authentication), > I get the following error message in the logs: > > > Feb 11 17:37:32 auth: Fatal: s

SQL Authentication when the password contains spaces

2024-02-11 Thread Yassine Chaouche
Dear list, I created a dovecot mysql user with a password containing spaces. When I try to run doveadm fetch (to test the sql authentication), I get the following error message in the logs: Feb 11 17:37:32 auth: Fatal: sqlpool: Missing value in connect string: xxx the connect line was: connec

Re: doveadm fetch complains as Message was expunged

2024-02-11 Thread Paul Kudla
Nope world of multitasking imap fetchs a list of emails at the time of the fetch and then processes it after the fact with that list i have python scripts running doing similar stuff best suggestion is to make an error trap and rerun 5 mins later or something ?? I would not really c