Hi,
We (bytesource.net) just recently updated Zimbra with Zetras and started using the ActiveSync feature which works fine on Android. But then I try to connect my Gnome online accounts to Zimbra it fails because of an autodiscovery bug/glitch. The error I get in Gnome is "Failed to find 'Account' element", and the console output luckily gives a hint:
Code:
(gnome-control-center.real:8003): GoaBackend-DEBUG: Working around libsoup bug with redirect
(gnome-control-center.real:8003): GoaBackend-DEBUG: The response headers
(gnome-control-center.real:8003): GoaBackend-DEBUG: ===================
(gnome-control-center.real:8003): GoaBackend-DEBUG: <?xml version='1.0' encoding='UTF-8' standalone='no' ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<User>
<DisplayName>Jörg Herzinger</DisplayName>
<EMailAddress>my.email@dmain</EMailAddress>
</User>
<Action>
<Settings>
<Server>
<Type>MobileSync</Type>
<Url>https://our.zimbra.domain:8443/Microsoft-Server-ActiveSync</Url>
<Name>https://our.zimbra.domain:8443/Microsoft-Server-ActiveSync</Name>
</Server>
</Settings>
</Action>
</Response>
</Autodiscover>
Now looking at some Micro$oft docs I found that they use <Account> rather than <User> in the response. Could you maybe bring some light into that?
Bookmarks