Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #.getmailrc
  2. [options]
  3. verbose = 0
  4. delete = false
  5. [retriever]
  6. type = SimplePOP3Retriever
  7. server = pop.mail.ru
  8. port = 995
  9. username = name #(без @mail.ru)
  10. password = password
  11. [destination]
  12. type = Maildir
  13. path = /var/mail/name/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement