Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. [root@server198 exim]$ cat /var/lib/mysql/server198.log
  2. /usr/libexec/mysqld, Version: 5.5.36 (MySQL Community Server (GPL) by Remi). started with:
  3. Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
  4. Time Id Command Argument
  5. 190912 14:14:54 1057 Connect vexim@localhost on vexim
  6. 1057 Query SELECT '1' FROM users WHERE username = 'boris@costaction.com' AND clear = '112233'
  7. 190912 14:14:55 1058 Connect vexim@localhost on vexim
  8. 1058 Query SELECT '1' FROM users WHERE username = 'postmaster-relay@costaction.com' AND clear = 'Relay2006'
  9. 1057 Quit
  10. 1058 Quit
  11. 190912 14:14:56 1059 Connect vexim@localhost on vexim
  12. 1059 Query SELECT '1' FROM users WHERE username = 'crash@costaction.com' AND clear = '12321'
  13. 1059 Quit
  14. 190912 14:14:57 1060 Connect vexim@localhost on vexim
  15. 1060 Query SELECT '1' FROM users WHERE username = 'bobbi@costaction.com' AND clear = 'qwerty'
  16. 1061 Connect vexim@localhost on vexim
  17. 1061 Query SELECT '1' FROM users WHERE username = 'abigail@costaction.com' AND clear = 'costaction2013'
  18. 190912 14:14:58 1060 Quit
  19. 190912 14:14:59 1061 Quit
  20. 190912 14:15:00 1062 Connect vexim@localhost on vexim
  21. 1062 Query SELECT '1' FROM users WHERE username = 'builder@costaction.com' AND clear = '123123'
  22. 190912 14:15:01 1062 Quit
  23. 1063 Connect vexim@localhost on vexim
  24. 1063 Query SELECT DISTINCT domain FROM domains WHERE type = 'local' AND enabled = '1' AND domain = 'atommark.ru'
  25. 1063 Query SELECT DISTINCT alias FROM domainalias WHERE alias = 'atommark.ru'
  26. 1063 Query select users.maxmsgsize from users,domains where localpart = 'atom' and domain = 'atommark.ru' and users.maxmsgsize > 0 and users.domain_id=domains.domain_id
  27. 1063 Query select users.sa_refuse * 10 from users,domains where localpart = 'atom' and domain = 'atommark.ru' and users.on_spamassassin = '1' and users.domain_id=domains.domain_id and users.sa_refuse > 0
  28. 1063 Query select count(*) from blocklists,users,domains where blocklists.blockhdr = 'x-mailer' and blocklists.blockval = '' and users.localpart = 'atom' and domains.domain = 'atommark.ru' and domains.domain_id=blocklists.domain_id and users.user_id=blocklists.user_id
  29. 1063 Query select count(*) from blocklists,users,domains where blocklists.blockhdr = 'to' and blocklists.blockval = '' and users.localpart = 'atom' and domains.domain = 'atommark.ru' and domains.domain_id=blocklists.domain_id and users.user_id=blocklists.user_id
  30. 1063 Query select count(*) from blocklists,users,domains where blocklists.blockhdr = 'from' and blocklists.blockval = '' and users.localpart = 'atom' and domains.domain = 'atommark.ru' and domains.domain_id=blocklists.domain_id and users.user_id=blocklists.user_id
  31. 1063 Query select count(*) from blocklists,users,domains where blocklists.blockhdr = 'subject' and blocklists.blockval = '' and users.localpart = 'atom' and domains.domain = 'atommark.ru' and domains.domain_id=blocklists.domain_id and users.user_id=blocklists.user_id
  32. 1063 Query select users.on_forward from users,domains where localpart = 'atom' and domain = 'atommark.ru' and users.on_forward = '1' and users.domain_id=domains.domain_id
  33. 1063 Query select smtp from users,domains where localpart = 'atom' and domain = 'atommark.ru' and domains.enabled = '1' and users.enabled = '1' and users.domain_id = domains.domain_id
  34. 1063 Query select users.sa_tag * 10 from users,domains where localpart = 'atom' and domain = 'atommark.ru' and users.on_spamassassin = '1' and users.domain_id=domains.domain_id
  35. 1063 Quit
  36. 190912 14:15:02 1064 Connect vexim@localhost on vexim
  37. 1064 Query SELECT '1' FROM users WHERE username = 'postmaster-relay' AND clear = 'Relay2006'
  38. 190912 14:15:03 1064 Quit
  39. 1056 Query SET GLOBAL general_log = 'Off'
  40. [root@server198 exim]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement