Re: 2.4.0 on MacOS

2025-01-30 Thread Aki Tuomi via dovecot
> On 30/01/2025 20:05 EET John Muccigrosso via dovecot > wrote: > > > I got bitten by the upgrade from 2.3 to 2.4 on my MacOS laptop. I know enough > to be dangerous here and had a set-up that was working fine, but now I can't > quite figure out how to modify my conf file to work correctly

Re: Writing to a Dictionary Using Lua

2025-01-30 Thread Aki Tuomi via dovecot
> On 30/01/2025 14:43 EET Andrea Gabellini via dovecot > wrote: > > > Hello, > > I am using the push_notification_lua plugin and would like to modify my > script to write data into a dictionary configured as follows: > > dict_server { >   dict proxy { >     idle_timeout = 300s >     name

Replication Question: Who Initiates?

2025-01-30 Thread Kent Borg via dovecot
As I understand it, if I am doing replication between a pair of servers, I run the replicator on just one and it makes all the two way changes necessary to make the two machines match. But this only happens when some change happens on that machine that runs the replicator. First, is this corre

2.4.0 on MacOS

2025-01-30 Thread John Muccigrosso via dovecot
I got bitten by the upgrade from 2.3 to 2.4 on my MacOS laptop. I know enough to be dangerous here and had a set-up that was working fine, but now I can't quite figure out how to modify my conf file to work correctly. The current error I'm getting is that there is no group "dovecot" even though

Help understanding doveadm-sync stateful

2025-01-30 Thread Bruno MATEU via dovecot
Hello, With the removal of the replication plugin in next releases, i'm trying to setup automatic synchronization using doveadm sync between my master and my replica. I managed to make the full sync work from my replica using the following comamnd `sync -A -N -R -f tcp:master-fqdn:12345` H

Writing to a Dictionary Using Lua

2025-01-30 Thread Andrea Gabellini via dovecot
Hello, I am using the push_notification_lua plugin and would like to modify my script to write data into a dictionary configured as follows: dict_server {   dict proxy {     idle_timeout = 300s     name = sql     slow_warn = 1s   }   dict sql {     sql_driver = mysql     mysql localhost {