Guest User

Untitled

a guest
Dec 22nd, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. 53 Connect mail@localhost on mail
  2. 53 Connect Access denied for user 'mail'@'localhost' (using password: YES)
  3. 54 Connect mail@localhost on mail
  4. 54 Connect Access denied for user 'mail'@'localhost' (using password: YES)
  5. 55 Connect mail@localhost on mail
  6. 55 Connect Access denied for user 'mail'@'localhost' (using password: YES)
  7. 56 Connect mail@localhost on mail
  8. 56 Connect Access denied for user 'mail'@'localhost' (using password: YES)
  9.  
  10. mysql -u mail -p -h localhost
  11.  
  12. pwcheck_method: auxprop
  13. mech_list: PLAIN LOGIN
  14. log_level: 7
  15. allow_plaintext: true
  16. auxprop_plugin: sql
  17. sql_engine: mysql
  18. sql_hostnames: localhost
  19. sql_user: mail
  20. sql_passwd: [hidden]
  21. sql_database: mail
  22. sql_select: select password from mailbox where username='%u@%r' and active = 1
  23.  
  24. query = select 1 as found from users where email = '%u@%d' and enabled = true LIMIT 1;
Add Comment
Please, Sign In to add comment