Advertisement
timcowchip

fetchmailrc

Feb 2nd, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #### .fetchmailrc
  2.  
  3. set daemon 100
  4. set logfile fetchmail.log
  5.  
  6. poll pop.gmail.com proto POP3
  7. user "timcowchip" pass "xxxxxxxx" preconnect "date >> fetchmail.log"
  8. # ssl
  9. fetchall
  10. # no keep
  11. no rewrite
  12. # mda "/usr/bin/procmail -f %F -d %T";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement