OfflineIMAP을 사용하여 메일을 새 서버로 마이그레이션 - 포인트 폴더가 복사되지 않음

OfflineIMAP을 사용하여 메일을 새 서버로 마이그레이션 - 포인트 폴더가 복사되지 않음

OfflineIMAP을 사용하여 서버에서 새 서버로 메일을 마이그레이션하려고 합니다.

내 구성은 다음과 같습니다.

[general]
accounts = TestAccount
ui = noninteractive.Basic

[Account TestAccount]
localrepository = TestAccountSource
remoterepository = TestAccountDestination
maxsyncaccounts = 3
maxconnections = 3

[Repository TestAccountSource]
type = IMAP
remotehost = localhost
remoteuser = [email protected]
remotepass = password

[Repository TestAccountDestination]
type = IMAP
remotehost = new.machine.com
remoteuser = [email protected]
remotepass = password
ssl = yes

"이전" 서버에서 이 명령을 실행하면 동기화가 시작되고 메일이 복사됩니다. 그러나 디렉토리는 새 시스템에 복사되지 않습니다.

offlineimap -c /path/to/my/config

원래 디렉터리는 다음과 같습니다.

Chats
Contacts
courierimapkeywords
courierimapsubscribed
courierimapuiddb
cur
Drafts
Emailed Contacts
INBOX
Junk
new
Notes
Sent
tmp
.Subdir
.Subdir.SubSubdir1
.Subdir.SubSubdir2
.Subdir.SubSubdir3
.Subdir.SubSubdir4

받은편지함의 모든 메일은 올바르게 동기화되지만 디렉터리 .SubDir(하위 디렉터리 포함)는 새 메일 서버에 도달하지 않습니다.

PS 기존 메일서버는 택배를 이용하고, 신규 메일서버는 Zimbra를 이용합니다.

관련 정보