26 Mar
2014
26 Mar
'14
12:17 a.m.
ldaamandy <amandy_lda@outlook.com> writes:
{"username":"q1@t.com","password":"{CRYPT}$1$d5ef98b7$brWKOJiUiqII3DysGzsfl\/", ...
Dovecot uses the uses the native crypt() which ought to recognize $1$ hashes, but maybe try changing it to "{MD5-CRYPT}".
http://wiki2.dovecot.org/Authentication/PasswordSchemes
Joseph Tam <jtam.home@gmail.com>