hootiegibbon

.fetchmailrc.example

Jan 15th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. poll imap.gmail.com protocol IMAP
  2. user "[email protected]" is "login-name" here
  3. password 'supersecretpassword'
  4. folder 'inbox'
  5. keep ###<< means keep it on server
  6. ssl
  7.  
  8. poll imap.gmx.com protocol IMAP
  9. user "[email protected]" is "login-name" here
  10. password "supersecretpassword"
  11. folder 'inbox'
  12. keep
  13. ssl
  14.  
  15. set daemon 180 ##<<< daemonises and checks for new mail every 3 mins
  16.  
  17.  
  18. ## from the repo install sendmail & fetchmail
  19.  
  20. ####example your name is andy and have a user account of andy on yourpc
  21. #### your email address is ilufsdagmail.com
  22. #
  23. #poll imap.gmail.com protocol IMAP
  24. # user "[email protected]" is "andy" here
  25. # password 'enterlotsofdifferentnumbers565575615herenolessthan63charactersifyouisparanoid'
  26. # folder 'inbox' ##<<canaddmore
  27. # keep ###<< means keep it on server
  28. # ssl
  29.  
  30. ## the only other ting to do is add
  31. #
  32. # MAIL=/var/spool/mail/login-name && export MAIL
  33. #
  34. # to .bashrc
  35. #
  36. # then just type mail in a console to read your mail or use mutt or another email client
  37. #
  38. #
Advertisement
Add Comment
Please, Sign In to add comment