Displaying 1 result from an estimated 1 matches for "7d7ba8201b765ffd4b212268b8c34d1c".
2012 May 20
1
Dovecot 2 fails after correct login
...d with wrong password:
...
May 20 12:42:51 auth-worker: Debug: sql(me at example.org,5.6.7.8): query: SELECT email as user, password FROM view_users WHERE email='me at example.org';
May 20 12:42:51 auth-worker: Debug: sql(me at example.org,5.6.7.8): PLAIN-MD5(thisisthewrongpassword) != '7d7ba8201b765ffd4b212268b8c34d1c'
May 20 12:42:53 auth: Debug: client out: FAIL 1 user=me at example.org
I don't understand the error messages (yet), could somebody please give me a hint?
My dovecot.conf:
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
userdb {
driver = prefetch
}
userdb {
driver =...