我正在使用imapsync将电子邮件从outlook (电子邮件域)迁移到新服务器。但它显示了错误:
Host1 capability: IMAP4 IMAP4rev1 AUTH=PLAIN AUTH=XOAUTH2 SASL-IR UIDPLUS MOVE ID UNSELECT CLIENTACCESSRULES CLIENTNETWORKPRESENCELOCATION CHILDREN IDLE NAMESPACE LITERAL+
Host2 capability: IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
Host1: NAMESPACE request failed for imap-mail.outlook.com: * BYE Connection closed. 14; 11 BAD User is authenticated but not connected.
Give the separator character with the --sep1 option,
the folowing listing of folders may help you to find it:
Most of the time it is character . or /
so try --sep1 . or --sep1 /当我使用telnet连接outlook服务器时,它响应:
* OK Outlook.com IMAP4rev1 server version 17.4.0.0 ready (BAY451-IMAP140)
1 LOGIN user@domain.com ******
1 OK AUTHENTICATE completed.
2 NAMESPACE
2 BAD User is authenticated but not connected.
3 LIST "" "*"
3 BAD User is authenticated but not connected.
* BYE Connection closed. 14发布于 2016-02-20 07:34:46
请参阅http://imapsync.lamiral.info/FAQ.d/FAQ.Exchange.txt
问: Exchange失败,并显示“用户已通过身份验证但未连接”。
R.用户已通过身份验证但未连接的消息是由Exchange服务器的IMAP实现中的错误引起的。如果客户端提供了有效的用户名但密码无效,服务器将接受登录,但后续命令将失败,并显示上述错误消息。来源:https://unix.stackexchange.com/questions/164823/user-is-authenticated-but-not-connected-after-changing-my-exchange-password感谢James Abbottsmith在https://github.com/imapsync/imapsync/issues/32#issuecomment-153561647上的这个链接和解释
https://stackoverflow.com/questions/35499750
复制相似问题