<div dir="ltr"><div>Thank you for the reply.<br><br>In old server (production1), I have changed like this for passdb. rest all i kept the same.<br><br>passdb {<br>        args = /etc/dovecot/master-users<br>        driver = passwd-file<br>        master = yes<br>        #pass = yes<br>        }<br><br>passdb {<br>    driver = passwd-file<br>    args = username_format=%u /etc/dovecot/passwd<br>}<br><br>Now I am getting the below Authentication error from production2. Seems I have made some mistake. <br><br>-----<br>[root@production2 dovecot]# doveadm backup -a All -R -u <a href="mailto:kishore@test.testorg.com">kishore@test.testorg.com</a> imapc:<br>dsync(<a href="mailto:kishore@test.testorg.com">kishore@test.testorg.com</a>): Info: imapc(<a href="http://production1.testorg.com:143">production1.testorg.com:143</a>): Connected to <a href="http://161.2.11.119:143">161.2.11.119:143</a> (local xxx.xxx.xxx.xxx:39200)<br>dsync(<a href="mailto:kishore@test.testorg.com">kishore@test.testorg.com</a>): Error: imapc(<a href="http://production1.testorg.com:143">production1.testorg.com:143</a>): Authentication failed: [AUTHENTICATIONFAILED] Authentication failed.<br>dsync(<a href="mailto:kishore@test.testorg.com">kishore@test.testorg.com</a>): Error: User initialization failed: imapc: Login to <a href="http://production1.testorg.com">production1.testorg.com</a> failed: Authentication failed: [AUTHENTICATIONFAILED] Authentication failed.<br>-----<br><br>In production1, I see this error:<br><br>-----<br>Aug 04 16:42:43 imap-login: Info: Disconnected (auth failed, 1 attempts): user=<vmail>, method=PLAIN, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx<br>-----<br><br>The content on the password file:<br><br>-------<br>[root@production1 log]# cat /etc/dovecot/passwd<br>karan@test.testorg.com:{PLAIN}Password123<br>kishore@test.testorg.com:{PLAIN}Password123<br><br>[root@production1 log]# cat /etc/dovecot/master-users<br>karan@test.testorg.com:{PLAIN}Password123<br>kishore@test.testorg.com:{PLAIN}Password123<br>-------<br>I have copied the same content of the "passwd" file to "master-users" file. Actually, it should be having same content? if different, what will be the data and which format?<br><br>Please advise me, what am I making mistakes? As told you before, the dovecot versions are production1(2.0.9) and production2(2.2.36 (1f10bfa63))<br></div><div> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 4, 2020 at 11:21 AM Markus Winkler <<a href="mailto:ml@irmawi.de">ml@irmawi.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Kishore,<br>
<br>
On 04.08.20 09:50, Kishore Potnuru wrote:<br>
> So, both password files (master and regular user credentials) have the same <br>
> contents in this scenario, correct?<br>
<br>
<br>
first of all: thanks for collecting the information.<br>
<br>
As Joseph wrote: I too think that in your config of 'production1' a passdb <br>
with the credentials of regular users is missing.<br>
<br>
On one of my servers I'm using this:<br>
<br>
passdb {<br>
   driver = passwd-file<br>
   master = yes<br>
   args = /etc/dovecot/master-users<br>
   #pass = yes<br>
}<br>
<br>
passdb {<br>
   driver = passwd-file<br>
   args = username_format=%u /etc/dovecot/users<br>
}<br>
<br>
<br>
Something similar should work in your case.<br>
<br>
Regards,<br>
Markus<br>
</blockquote></div>