#------------------------------------------------------------------------------ # file: .mbsyncrc # desc: configuration file for mbsync (part of isync package) # usage: use with: # mbsync --config FILENAME -V [--list] --all # (--list just goes thru the motions, but does not actually do it) # date: 2005/08/22 # auth: Philip J Grabner #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # # this configuration will pull all content from bluetie to maxmd, creating # folders on maxmd to match bluetie, but not performing ANY operations (other # than read) on bluetie. # #------------------------------------------------------------------------------ IMAPAccount bluetie.account Host imap.bluetie.com Port 143 RequireSSL no # User USERNAME.maxmd ## optional: # Pass *** IMAPAccount maxmd.account Host imaps:imap.max.md Port 993 RequireSSL yes CertificateFile /usr/local/contrib/app/ssl/crt/MaxMD-CA.crt # User USERNAME ## optional: # Pass *** IMAPStore bluetie Account bluetie.account IMAPStore maxmd Account maxmd.account Channel bluetie-2-maxmd Master :bluetie: Slave :maxmd: Pattern * Sync Pull Create Slave Expunge None # SyncState ~/.mbsync/ #------------------------------------------------------------------------------ # end of .mbsyncrc #------------------------------------------------------------------------------