Re: [Dovecot] Migarting password scheme

2013-03-24 Thread Timo Sirainen
On 22.3.2013, at 20.13, Daryl Richards wrote: > On 21/03/2013 17:39, Timo Sirainen wrote: >> userdb_plain_pass method requires that you use userdb prefetch. And >> Daryl's method of using %w in regular userdb .. I'm not really sure >> how well that works. Could easily be that different Dovecot ve

Re: [Dovecot] Migarting password scheme

2013-03-22 Thread Daryl Richards
On 21/03/2013 17:39, Timo Sirainen wrote: > userdb_plain_pass method requires that you use userdb prefetch. And > Daryl's method of using %w in regular userdb .. I'm not really sure > how well that works. Could easily be that different Dovecot versions > behave differently. So, basically what I a

Re: [Dovecot] Migarting password scheme

2013-03-22 Thread lst_hoe02
Zitat von Timo Sirainen : On 21.3.2013, at 18.51, lst_ho...@kwsoft.de wrote: Hello, by the move to Dovecot we try to alter the password encryption stored in the database from MD5 to CRYPT-SHA256 along the Guide at http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes. It's mostly worki

Re: [Dovecot] Migarting password scheme

2013-03-21 Thread Timo Sirainen
On 21.3.2013, at 18.51, lst_ho...@kwsoft.de wrote: > Hello, > > by the move to Dovecot we try to alter the password encryption stored in the > database from MD5 to CRYPT-SHA256 along the Guide at > http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes. It's mostly working > but i still have no

Re: [Dovecot] Migarting password scheme

2013-03-21 Thread Daryl Richards
On 13-03-21 12:51 PM, lst_ho...@kwsoft.de wrote: by the move to Dovecot we try to alter the password encryption stored in the database from MD5 to CRYPT-SHA256 along the Guide at http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes. It's mostly working but i still have not found out how to pas