<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">Thank you for the details. As per your suggestion, I have made the changes to dovecot.conf file. Still I don't see any replication is happening. Please see the dovecot.conf file.</div><div class=""><br class=""></div><div class="">I do not see "<span style="font-family:Calibri,sans-serif;font-size:11pt" class="">/etc/dovecot/conf.d/12-replication.conf</span>" in my servers. So I had put everything  in the dovecot.conf file only. Please see the complete data in it below. The below data is in </div></div></div></blockquote><div><br class=""></div><div>There should be other config files in /etc/dovecot/conf.d/ - if 12-replication.conf is not there you can just create it, but putting it in dovecot.conf will work too.</div><div>(it is easier to locate a specific configuration this way as to search a long dovecot.conf)</div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">server A. In other server (server B) Also I have the same configuration, except mail_replica line and it is pointing to the other server like, "

mail_replica = <a href="mailto:remote%3Avmail@bal3200dev001.testorg.com" class="">remote:vmail@bal3200dev001.testorg.com</a>

". </div><div class=""><br class=""></div><div class="">I have generated/configured the ssh keys also for vmail user in both servers. Now When i manually ssh to the server, it is not asking for a password. </div></div></div></blockquote><div><br class=""></div><div>That's good.</div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">userdb {<br class="">        args = uid=vmail gid=vmail home=/z1devenv/mail/virtual/%d/%n<br class="">        driver = static<br class="">        }<br class=""></div></div></div></blockquote><div><br class=""></div><div>The replication wiki says:</div><div><br class=""></div><div>Make sure that user listing is configured for your userdb, this is required by replication to find the list of users that are periodically replicated:</div><div>doveadm user '*'</div><div><br class=""></div><div>Did you try that?</div><div><br class=""></div><div>I think doveadm user '*' will not work with static userdb because no users are actually configured.</div><div><br class=""></div><div>You could try <a href="https://serverfault.com/questions/939418/how-do-i-configure-doveadm-a-with-passdb" class="">https://serverfault.com/questions/939418/how-do-i-configure-doveadm-a-with-passdb</a></div><div><br class=""></div><div>passdb {</div><div><div class="">    args = scheme=sha512-crypt /etc/mail/passwd</div><div class="">    driver = passwd-file</div><div class="">}</div><div class=""><br class=""></div><div class="">userdb {</div><div class="">    default_fields = uid=vmail gid=vmail home=/var/vmail/%d/%n</div><div class="">    args = /etc/mail/passwd</div><div class="">    driver = passwd-file</div><div class="">}</div><div class=""><br class=""></div><div class="">I've never tested this as I have my users in a mysql database.</div><div class=""><br class=""></div><div class="">If it works you should see some output like the following from doveadm replicator:</div><div class=""><br class=""></div><div class=""># doveadm replicator status<br class="">Queued 'sync' requests        0                                                                                                                                                                               <br class="">Queued 'high' requests        0                                                                                                                                                                               <br class="">Queued 'low' requests         0                                                                                                                                                                               <br class="">Queued 'failed' requests      0                                                                                                                                                                               <br class="">Queued 'full resync' requests 0                                                                                                                                                                               <br class="">Waiting 'failed' requests     0                                                                                                                                                                               <br class="">Total number of known users   1234</div><div class=""><br class=""></div># doveadm replicator status '*'<br class="">username          priority fast sync full sync success sync failed<br class=""><a href="mailto:list@gcore.biz" class="">list@gcore.biz</a>    none     00:00:28  05:52:55  00:00:28     -     <br class=""><br class=""><div class="">                 </div></div><blockquote type="cite" class=""><div class="">
</div></blockquote></div>Best regards<div class="">Gerald</div><div class=""><br class=""></div></body></html>