K
killer04
Eroberer
Hi,
Das Debug hat schonmal weitergeholfen sieht ganz so aus als würde das passwort nicht übereinstimmen...
Das passwort in der mysql müsste eig. stimmen!
Wie mir auch grad auffällt, ist er meint doch damit das eingegebene passwort stimmt nicht mit dem entschlüsselten pass aus der db überein oda?
Aber in der log sind das beides die gleichen!
MFG killer04
Das Debug hat schonmal weitergeholfen sieht ganz so aus als würde das passwort nicht übereinstimmen...
Code:
Sep 4 14:12:07 timo-klein-web authdaemond: received auth request, service=pop3, authtype=login
Sep 4 14:12:07 timo-klein-web authdaemond: authmysql: trying this module
Sep 4 14:12:07 timo-klein-web authdaemond: SQL query: SELECT email, password, password, 5000, 5000, "/home/vmail/", CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/'), "", "", "" FROM users WHERE email = "timo@timo-klein-web.de"
Sep 4 14:12:07 timo-klein-web pop3d-ssl: LOGIN FAILED, user=timo@timo-klein-web.de, ip=[::ffff:217.227.189.88]
Sep 4 14:12:07 timo-klein-web authdaemond: supplied password 'MEINPASS' does not match encrypted password 'MEINPASS'
Sep 4 14:12:07 timo-klein-web authdaemond: authmysql: REJECT - try next module
Sep 4 14:12:07 timo-klein-web authdaemond: FAIL, all modules rejected
Sep 4 14:12:12 timo-klein-web pop3d-ssl: Unexpected SSL connection shutdown.
Sep 4 14:12:12 timo-klein-web pop3d-ssl: Disconnected, ip=[::ffff:217.227.189.88]
Sep 4 14:12:14 timo-klein-web pop3d-ssl: Connection, ip=[::ffff:217.227.189.88]
Sep 4 14:12:15 timo-klein-web authdaemond: received auth request, service=pop3, authtype=login
Sep 4 14:12:15 timo-klein-web authdaemond: authmysql: trying this module
Sep 4 14:12:15 timo-klein-web authdaemond: SQL query: SELECT email, password, password, 5000, 5000, "/home/vmail/", CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/'), "", "", "" FROM users WHERE email = "timo@timo-klein-web.de"
Sep 4 14:12:15 timo-klein-web authdaemond: supplied password 'MEINPASS' does not match encrypted password 'MEINPASS'
Sep 4 14:12:15 timo-klein-web authdaemond: authmysql: REJECT - try next module
Sep 4 14:12:15 timo-klein-web authdaemond: FAIL, all modules rejected
Sep 4 14:12:15 timo-klein-web pop3d-ssl: LOGIN FAILED, user=timo@timo-klein-web.de, ip=[::ffff:217.227.189.88]
Sep 4 14:12:20 timo-klein-web pop3d-ssl: Unexpected SSL connection shutdown.
Sep 4 14:12:20 timo-klein-web pop3d-ssl: Disconnected, ip=[::ffff:217.227.189.88]
Wie mir auch grad auffällt, ist er meint doch damit das eingegebene passwort stimmt nicht mit dem entschlüsselten pass aus der db überein oda?
Aber in der log sind das beides die gleichen!
MFG killer04