isyncrc.sample 543 B

12345678910111213141516171819202122232425262728
  1. # Global configuration section
  2. # Values here are used as defaults for any following Mailbox section that
  3. # doesn't specify it.
  4. # my default username, if different from the local username
  5. User me
  6. #Port 143
  7. #Box INBOX
  8. ###
  9. ### work mailbox
  10. ###
  11. Mailbox /home/me/Mail/work
  12. Host work.host.com
  13. Pass xxxxxxxx
  14. # define a shortcut so I can just use "isync work" from the command line
  15. Alias work
  16. ###
  17. ### personal mailbox
  18. ###
  19. Mailbox /home/me/Mail/personal
  20. Host host.play.com
  21. # use a non-default port for this connection
  22. Port 6789
  23. Alias personal