Nikola Cicovic writes:
Debug log of authentication of failiure over blackberry z10:Jul 2 10:53:59 mail imapd-ssl: Connection, ip=[::ffff:213.100.25.36]Jul 2 10:54:01 mail authdaemond: received auth request, service=imap, authtype=loginJul 2 10:54:01 mail authdaemond: authmysql: trying this moduleJul 2 10:54:01 mail authdaemond: SQL query: SELECT username, password, "", 6000, 6000, "/mnt/mail", CONCAT(SUBSTRING_INDEX(username,'@',-1),'/',SUBSTRING_INDEX(username,'@', 1),'/'), quota, "", "" FROM mailbox WHERE username = "<URL:mailto:[email protected]>[email protected]" Jul 2 10:54:01 mail authdaemond: supplied password 'rdLxPCgWbj' does not match encrypted password 'd7aeBJ6tS8pQA'Jul 2 10:54:01 mail authdaemond: authmysql: REJECT - try next module Jul 2 10:54:01 mail authdaemond: FAIL, all modules rejectedJul 2 10:54:01 mail imapd-ssl: LOGIN FAILED, user=<URL:mailto:[email protected]>[email protected], ip=[::ffff: 213.100.25.36]
You did not specify your platform, but looks like it might be missing crypt(3), or it's broken; and this is probably the only account that somehow ended up using crypted passwords.
Reset this account's password to use some other scheme. crypt(3) does not even support passwords longer than eight characters, anyway.
See http://www.courier-mta.org/authlib/authpasswd.html
pgpKDo0bAP8XV.pgp
Description: PGP signature
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
