[Dovecot] Migrating password scheme

Timo Sirainen tss at iki.fi
Sun Mar 24 19:12:22 EET 2013


On 23.3.2013, at 9.48, Joseph Tam <jtam.home at gmail.com> wrote:

> 
> I tried the userdb prefetch / postlogin script method to do some password
> manipulation, but it doesn't appear to work for me.  In particular, I
> don't think this method works with
> 
> 	userdb {
> 		driver = passwd-file
> 		args = /path/to/passwd-file userdb_pw=%w
> 	}

With v2.1 try:

userdb {
  driver = passwd-file
  args = /path/to/passwd-file
  default_fields = pw=%w
}



More information about the dovecot mailing list