Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. set syslog
  2.  
  3. set daemon 10
  4.  
  5. # TEST
  6. poll mail.example.com proto imap
  7. user "ulf" password "testpassword" idle
  8. ssl
  9. folder "INBOX/test_2016-10-24"
  10. keep
  11. mda "tee /tmp/fetch_test"
  12.  
  13. $ sudo fetchmail -vk -f /etc/fetchmailrc
  14.  
  15. $ sudo fetchmail -vk -m cat -f /etc/fetchmailrc
  16.  
  17. ...
  18. Oct 25 15:16:25 example fetchmail[7271]: 1 message (1 seen) for ulf at mail.example.com (folder INBOX/test_2016-10-24).
  19. Oct 25 15:16:25 example fetchmail[7271]: IMAP> A0005 IDLE
  20. Oct 25 15:16:25 example fetchmail[7271]: IMAP< + idling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement