Guest User

Untitled

a guest
Sep 26th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [retriever]
  2. type = MultidropIMAPSSLRetriever
  3. envelope_recipient = delivered-to:1
  4. server = localhost
  5. port = 993
  6. username = yourusername
  7. password = yourpassword
  8. mailboxes = ("INBOX",)
  9. move_on_delete = .Trash
  10.  
  11. [destination]
  12. type = MDA_external
  13. path = /usr/local/libexec/dovecot/deliver
  14. arguments = ("-e", "-f", "%(sender)", "-d", "%(recipient)")
  15. user = mailaccess
  16. group = mailaccess
  17.  
  18. [options]
  19. read_all = false
  20. delete = true
  21. received = false
  22. delivered_to = false
  23. message_log = ~/.getmail/mvmail.log
Add Comment
Please, Sign In to add comment