Guest User

Untitled

a guest
Dec 9th, 2018
2,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Google Account: sign-in attempt blocked
  2.  
  3. Hi Adam,
  4.  
  5. We recently blocked a sign-in attempt to your Google Account [a...@gmail.com].
  6.  
  7. Sign in attempt details
  8. Date & Time: Wednesday, December 10, 2014 11:55:21 PM UTC
  9. Location: Utah, USA
  10.  
  11. If this wasn't you
  12. Please review your Account Activity page at https://security.google.com/settings/security/activity to see if anything looks suspicious. Whoever tried to sign in to your account knows your password; we recommend that you change it right away.
  13.  
  14. If this was you
  15. You can switch to an app made by Google such as Gmail to access your account (recommended) or change your settings at https://www.google.com/settings/security/lesssecureapps so that your account is no longer protected by modern security standards.
  16.  
  17. To learn more, see https://support.google.com/accounts/answer/6010255.
  18.  
  19. Sincerely,
  20. The Google Accounts team
  21.  
  22. Reading imaps://imap.gmail.com:993/INBOX...
  23. Looking up imap.gmail.com...
  24. Connecting to imap.gmail.com...
  25. TLSv1.2 connection using TLSv1/SSLv3 (ECDHE-RSA-AES128-GCM-SHA256)
  26. Logging in...
  27. [WEBALERT https://accounts.google.com/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbsm0P......
  28.  
  29. set realname = 'Your Full Name'
  30. set imap_user = 'youraccount@gmail.com'
  31. set smtp_url = "smtp://youraccount@smtp.gmail.com:587/"
  32. set spoolfile = imaps://imap.gmail.com:993/INBOX
  33. set folder = "imaps://imap.gmail.com:993"
  34. set record="+[Gmail]/Sent Mail"
  35. set postponed="+[Gmail]/Drafts"
  36. set header_cache="~/.mutt/cache/headers"
  37. set message_cachedir="~/.mutt/cache/bodies"
  38. set certificate_file=~/.mutt/certificates
  39.  
  40. # These two lines appear to be needed on some Linux distros, like Arch Linux
  41. set ssl_starttls = yes
  42. set ssl_force_tls = yes
  43.  
  44. mkdir -p ~/.mutt/cache/bodies
  45. mkdir ~/.mutt/cache/headers
  46. touch ~/.mutt/certificates
  47.  
  48. set imap_pass = 'yourpassword'
  49.  
  50. chmod 600 ~/.muttrc
Add Comment
Please, Sign In to add comment