Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
6,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # set chmod 0600 to the file
  2.  
  3. set daemon 60
  4.  
  5. poll imap.gmail.com
  6. with proto IMAP
  7. user "user@gmail.com"
  8. there with password "pass"
  9. is "localuser" here
  10. mda "/usr/bin/procmail -d %T"
  11. options
  12. ssl
  13.  
  14. poll imap.zoho.com
  15. with proto IMAP
  16. user "user@zoho.com"
  17. there with password "pass"
  18. is "localuser" here
  19. mda "/usr/bin/procmail -d %T"
  20. options
  21. ssl
  22.  
  23. poll mail.mydomain.com
  24. with proto IMAP
  25. user "inbox@mydomain.com"
  26. there with password "pass"
  27. is "pass" here
  28. mda "/usr/bin/procmail -d %T"
  29. options
  30. ssl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement