Re: Sync'ing two dovecot servers

Aki Tuomi via dovecot <[email protected]>
Newsgroups gmane.mail.imap.dovecot
Message-ID <499431448.4611.1772649712984@appsuite-pro-sync-core-mw-groupware-1.appsuite-pro-sync-core-mw-hazelcast-headless.appsuite-dev.svc.cluster.local>
> On 04/03/2026 20:19 EET Paul Kudla via dovecot <[email protected]> wrote:
> 
>  
> what you are trying to do is enable replication
> 
> 2.3 is supported it is my understanding this was removed in 2.4 (unless 
> you buy a contract)
> 

Paul, replication is not available even with contract. There are some open source alternatives if you want to use replication, e.g. wormhole plugin.

Marc, your problem is that you are trying to setup sync over IMAP. If you are attempting to do this for migration, see https://doc.dovecot.org/2.4.2/core/admin/migration.html

If you are indeed trying to do bidirectional sync with tcps you need to configure, on both servers

service doveadm {
   inet_listener 12345 {
     ssl = yes
   }
}

doveadm_password = foobar

and then use

doveadm sync  -R1 -u USER tcps:OLD_SERVER:12345





Aki

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.