Displaying 1 result from an estimated 1 matches for "jonpwd".
2006 Sep 11
3
Using pgsql with 'cram-md5 auth' and 'hmac-md5 scheme'
....0.0.1): Credentials:
auth(default): cram-md5(jon,127.0.0.1): password mismatch
auth(default): client out: FAIL 1 user=jon
imap-login: Disconnected: user=<jon>, method=CRAM-MD5, rip=127.0.0.1,
lip=127.0.0.1, secured
The login + password used for those tests are 'jon'/'jonpwd'. In the
second example, I didn't get any Credentials, whereas in the first case
(PLAIN scheme), the Credentials output correspond to the 'dovecotpw'
generated password (as in `dovecotpw -s HMAC-MD5 -p jonpwd`).
I don't know if it's normal or not.
So, I'm not sure what...