ActiveSync
-
@nebulon you can use dockurr/windows for a simple throwaway machine with windows 10, just use the following docker compose file:
version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "win10" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure
after a docker compose up it will download the windows 10 iso, do an unattended installation and a few minutes later you can see the windows desktop through port 8006 or via rdp. This one above still has the old mail app as well.
-
-
-
What is the format of the Activesync URL for SoGo?
I was trying to set it up on iOS which logs in fine but doesnt sync. Am assuming the Activesync URL is more than just the https://sogo.domain.name
Thanks.
-
Thanks for the screenshots - all working now. Appears to be working well - this is a really good choice for email/calendar/contacts all synced to iOS now.
I also tried adding autodiscover DNS CNAME and SRV entries as per a post on the SOGO mailing list - but that doesn't seem to work. Might be nice if the correct DNS entries for this could be worked out to simplify client setup.
-
-
Seems to work well on iOS, thank you so much for finally implementing this!
However on macOS I can connect to it but it won't actually load my mails in the app:
Any idea what's wrong?
-
@andreasdueren the macOS mail app only implements ews (exchange webservices) and not eas (exchange active sync).
-
@andreasdueren FYI, I found this Apple reference and it seems to imply a difference between mac OSX and iOS/iPadOS support... which was more clearly summarized by @fbartels:) And this Microsoft reference on the difference between EAS and EWS.
-
ActiveSync is indeed a bit hard to test from my side. Is the main reason here that the logs are flooding the system or something else? Maybe we have to reduce logging. Have you looked upstream with SOGo to get some info on active sync and resource usage?