我尝试将电子邮件从 ice warp 服务器迁移到 zimbra,并使用 imapsync 进行迁移。使用以下命令,我收到错误消息
--host1 option must be used, run /usr/bin/imapsync --help for help
我尝试运行的命令
imapsync \ --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates \ --host1 myip1--user1 myuser --password1 mypassword --ssl1 --port1 993 \ --host2 myip --user2 myuser --password2 mypassword --ssl1 --port2 993
答案1
\
从命令中删除,我想象--buffersize 8192000 --nosyncacls --subscribe --syncinternaldates
命令是可选的,但--host
不是。
答案2
删除无用的:
--buffersize 8192000
--nosyncacls
--syncinternaldates
--port1 993
另外,如果 host2 需要 ssl,则将 --port 993 替换为 --ssl2