dsync replication issue

2016-08-18 Thread Cédric ML
Hello, I'm facing a problem with dsync : replication between my two dovecot 2.2.10 servers (10.10.10.10 = serverA and 10.10.10.11 = serverB) is not done when a mail is received on any of the two servers. Sync is correctly working when running "doveadm [-D] sync -A tcp:10.10.10.10:12345" from s

Quota & prefetch uiserDB questions

2016-10-11 Thread Cédric ML
Hello, I'm trying to make quota work on my dovecot server. I'm using prefetch userdb (source : http://wiki2.dovecot.org/UserDatabase/Prefetch) with a database located on a remote host : passdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } userdb { driver = prefetch } user

Re: Quota & prefetch uiserDB questions

2016-10-12 Thread Cédric ML
fixed my problem. Regards, Cédric Le 12/10/2016 à 08:53, Cédric ML a écrit : Hello, I'm trying to make quota work on my dovecot server. I'm using prefetch userdb (source : http://wiki2.dovecot.org/UserDatabase/Prefetch) with a database located on a remote host : passdb { driv

Dovecot migration via dsync : mail_location problem (INBOX) ?

2016-12-07 Thread Cédric ML
Hello, I'm trying to migrate mail accounts from an old dovecot 1.0.15 to a new dovecot 2.2.26. I've set up a master-user on old dovecot, and I run dsync on new server, like this : # doveadm -D -o mail_fsync=never sync -R -u u...@domain.tld imapc: my u...@domain.tld looks like this (on the ne

Re: Dovecot migration via dsync : mail_location problem (INBOX) ?

2016-12-07 Thread Cédric ML
hi Sami, imapc_prefix is not a valid option. but imapc_prefix_list="INBOX" is great ! It does the trick ! Thanks a lot. Regards, Cédric Le 07/12/2016 à 12:33, Sami Ketola a écrit : On 7 Dec 2016, at 12.22, Cédric ML wrote: Hello, I'm trying to migrate mail accounts from

doveadm-sync stateful

2017-03-20 Thread Cédric ML
Hello, I'm trying to migrate mail accounts from an old server to a new one. As I need to migrate dozens of accounts which take about 1G each, I need to do stateful sync to make my migration in two times : 1 - I run a : doveadm -D -o mail_fsync=never -o imapc_user=us...@olddomain.fr sync -

Re: doveadm-sync stateful

2017-03-20 Thread Cédric ML
Hello Timo, "old server" is running dovecot 1.0.15, so I guess it it will not support imapc_features=modseq... Maybe it would be useful to add these prerequisites to dovecot wiki. Regards, Cédric Le 20/03/2017 à 15:45, Timo Sirainen a écrit : On 20 Mar 2017, at 13.24, Cédric