
Estou tentando usar o MBSync para sincronizar uma pasta Maildir++ local (dados de correio dovecot) em uma caixa de correio IMAP remota. Embora funcione em geral, os subdiretórios do INBOX são ignorados.
A configuração fica assim:
MaildirStore a-local
Subfolders Maildir++
Inbox /var/kunden/mail/a/[email protected]
IMAPAccount a
Host ***
User ***
Pass ***
SSLType IMAPS
CertificateFile ~/mail/cert
IMAPStore a-remote
Account a
Channel a
Master :a-local:
Slave :a-remote:
Patterns *
SyncState ~/mail/a-imap-transfer
A saída fica assim (por que o INBOX é ignorado?!)
pattern '*' (effective '*'): Path, no INBOX Maildir warning: ignoring
INBOX in /var/kunden/mail/a/[email protected]/ Opening slave
store a-remote... Resolving ***... ok Connecting to
*** (***:993)... Connection is now encrypted Logging in... Authenticating with SASL mechanism PLAIN... pattern '*'
(effective '*'): Path, no INBOX Opening master box INBOX... Opening
slave box INBOX...
A estrutura de pastas no sistema de arquivos é semelhante a esta:
.Drafts
'.Entw&APw-rfe'
.Gesendet
.INBOX.abizeitung
.INBOX.Bachelorarbeit
.INBOX.bestellungen
.INBOX.dav
os últimos 4 deles NÃO estão sincronizados. Alguma dica?
Responder1
Na página de manual: Note that INBOX is not matched by wildcards, unless it lives under Path.
. Então você teria que adicionar um segundo padrão .INBOX.*
.