Hello, I am trying to configure multiple IMAPS. This is the config file
IMAPAccount gmail # Address to connect to Host imap.gmail.com User [email protected] # To store the password in an encrypted file use PassCmd instead of Pass PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg" # # Use SSL UseIMAPS yes # The following line should work. If get certificate errors, uncomment the two # following lines and read the "Troubleshooting" section. CertificateFile /etc/ssl/certs/ca-certificates.crt #CertificateFile ~/.cert/imap.gmail.com.pem #CertificateFile ~/.cert/Equifax_Secure_CA.pem IMAPStore gmail-remote Account gmail MaildirStore gmail-local # The trailing "/" is important Path ~/.mail/gmail/ Inbox ~/.mail/gmail/Inbox Channel gmail Master :gmail-remote: Slave :gmail-local: # Exclude everything under the internal [Gmail] folder, except the interesting # folders Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" # Automatically create missing mailboxes, both locally and on the server Create Both IMAPAccount poste # Save the synchronization state files in the relevant directory SyncState * IMAPStore poste-remote Account poste Path INBOX. # # Address to connect to Host mail.postecert.it User [email protected] PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass2.gpg" UseIMAPS yes Path ~/.mail/postecert/ Inbox ~/.mail/postecert/Inbox # #UseSSL yes CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore local Channel poste Master :poste-remote: Slave :poste-local: Patterns * Create Slave Sync Pull # # Automatically create missing mailboxes, both locally and on the server # # Save the synchronization state files in the relevant directory SyncState * # # Group piraniemail # # Channel gmail # # Channel postecert:INBOX # # Channel postecert The Gmail is ok, problem is with the other account with this output mbsync -a Reading configuration file /Users/enricopirani/.mbsyncrc channel 'poste' refers to no slave store Thanks for any suggestion.. -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
