Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. https://wiki2.dovecot.org/TestInstallation
  2.  
  3. -----
  4.  
  5. Jul 11 01:03:55 ubuntu-2gb-nyc1-01-mywebserver dovecot: auth: Debug: client in: AUTH#0113#011PLAIN#011service=imap#011secured#011session=kzYhPgBUCpd/AAAB#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=38666#011resp=c2Ftd0BteXdlYnNlcnZlci5jb210ZXN0 (previous base64 data may contain sensitive data)
  6. Jul 11 01:03:55 ubuntu-2gb-nyc1-01-mywebserver dovecot: auth-worker(4434): Debug: sql(samw@mywebserver.com,127.0.0.1): query: SELECT email as user, password FROM virtual_users WHERE email='samw@mywebserver.com';
  7. Jul 11 01:03:55 ubuntu-2gb-nyc1-01-mywebserver dovecot: auth-worker(4434): sql(samw@mywebserver.com,127.0.0.1): Password mismatch
  8. Jul 11 01:03:55 ubuntu-2gb-nyc1-01-mywebserver dovecot: auth-worker(4434): Debug: sql(samw@mywebserver.com,127.0.0.1): SHA512-CRYPT(test) != ''
  9. Jul 11 01:03:57 ubuntu-2gb-nyc1-01-mywebserver dovecot: auth: Debug: client passdb out: FAIL#0113#011user=samw@mywebserver.com
  10.  
  11. ---
  12.  
  13. -- non-reversible update
  14. UPDATE virtual_users SET password = ENCRYPT(password, CONCAT('$6$',sha(RAND())))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement