> 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
> 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
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
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