Migration issue

Markus Winkler ml at irmawi.de
Tue Aug 4 13:20:40 EEST 2020


Hi Kishore,

On 04.08.20 09:50, Kishore Potnuru wrote:
> So, both password files (master and regular user credentials) have the same 
> contents in this scenario, correct?


first of all: thanks for collecting the information.

As Joseph wrote: I too think that in your config of 'production1' a passdb 
with the credentials of regular users is missing.

On one of my servers I'm using this:

passdb {
   driver = passwd-file
   master = yes
   args = /etc/dovecot/master-users
   #pass = yes
}

passdb {
   driver = passwd-file
   args = username_format=%u /etc/dovecot/users
}


Something similar should work in your case.

Regards,
Markus


More information about the dovecot mailing list