我将 Evolution 与 EWS(Exchange Webservices)连接器一起使用了很长一段时间,一切运行良好。
然后从一天到下一天,在我所知道的没有任何配置更改的情况下,我开始“未经授权”。
我尝试使用以下命令重置所有 Evolution 配置(备份我的本地电子邮件后)。
rm -rf .cache/ .local/share/keyrings/ .local/share/evolution/ .config/evolution/
如您所见,我还删除了系统密钥环。
重新启动系统并重新配置进化后,我仍然再次“未经授权”。
这是输出EWS_DEBUG=2 evolution
> POST /ews/exchange.asmx HTTP/1.1
> Soup-Debug-Timestamp: 1461566380
> Soup-Debug: SoupSessionAsync 1 (0x55c06aef6be0), ESoapMessage 1 (0x55c06d87f910), SoupSocket 1 (0x7fbe08005dc0)
> Host: example.example.local
> User-Agent: Evolution/3.18.5
> Connection: Keep-Alive
> Content-Type: text/xml; charset=utf-8
> Authorization: NTLM AUTH-DATA-REDACTED-FOR-STACKOVERFLOW
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><types:RequestServerVersion xmlns:types="http://schemas.microsoft.com/exchange/services/2006/types" Version="Exchange2007_SP1"/></SOAP-ENV:Header><SOAP-ENV:Body xmlns:messages="http://schemas.microsoft.com/exchange/services/2006/messages"><messages:SyncFolderHierarchy xmlns="http://schemas.microsoft.com/exchange/services/2006/types"><messages:FolderShape><BaseShape>AllProperties</BaseShape></messages:FolderShape></messages:SyncFolderHierarchy></SOAP-ENV:Body></SOAP-ENV:Envelope>
< HTTP/1.1 401 Unauthorized
< Soup-Debug-Timestamp: 1461566380
< Soup-Debug: ESoapMessage 1 (0x55c06d87f910)
< Server: Microsoft-IIS/7.0
< WWW-Authenticate: NTLM AUTH-DATA-REDACTED-FOR-STACKOVERFLOW
< WWW-Authenticate: Negotiate
< WWW-Authenticate: Basic realm="example.example.local"
< X-Powered-By: ASP.NET
< Date: Mon, 25 Apr 2016 06:39:42 GMT
< Content-Length: 0
当它停止工作时,我正在使用 Ubuntu 15.10。与此同时,我升级到 16.04,希望这能解决问题,但没有。
此外,我在 Evolution EWS 中同事的计算机上尝试了我的帐户,它可以工作。在我的计算机上,使用另一个系统用户登录时它甚至无法正常工作(因此是干净的配置)。
- 我怎么解决这个问题?
- 是否有其他可以删除的缓存或临时存储?
- 知道如何进一步调试吗?
这是由于一些 samba 库的更新,请参阅https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/1571854?comments=all 不幸的是我也受到了影响 :-(