Advertisement
Guest User

Untitled

a guest
Feb 28th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 KB | None | 0 0
  1. [retriever]
  2. type = SimplePOP3SSLRetriever
  3. server = pop.gmail.com
  4. username = youraddress@gmail.com
  5. port = 995
  6. password = yourpassword
  7. use_apop = false
  8. timeout = 300
  9. delete_dup_msgids = true
  10.  
  11. [destination]
  12. type = Maildir
  13. path = /your/maildir/directory
  14.  
  15. [options]
  16. # prevent verbose command line output
  17. verbose = 0
  18. # do not re read messages that have already been downloaded (only download new messages)
  19. read_all = false
  20. # prevent getmail from adding a received header to the message as it is saved
  21. received = false
  22. # prevent getmail from adding a delivered_to header to the message as it is saved
  23. delivered_to = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement