ActiveSync
-
wrote on Apr 11, 2024, 10:20 PM last edited by AartJansen Apr 11, 2024, 10:22 PM
How do you define "big" mailbox ?
40Gb? I have a customer using outlook with imap. it seems a little slower than it did on exchange, to be fair, but its not "awful".
If active sync means calendar & contacts working without caldav sync plugin, and its somewhat manual set up, I'm all for it. -
I would already call a mailbox around 10gb big to be honest.
Navigating inside the mailbox is not necessarily the problem, in the end outlook saves the data in the same ost filetype locally (which btw has a file limit of 50gb). The problems come when:
- the user realises that a lot is not possible with an activesync mailbox (no native folder sharing, no out of office, not even able to move message between accounts in outlook since the activesync version used in outlook does not support to just "create" objects)
- you need to resync folders because they get out of sync
- microsoft breaks activesync with an update and takes its time to remedy the problem, most recent one was https://www.bleepingcomputer.com/news/microsoft/microsoft-outlook-clients-not-syncing-over-exchange-activesync/
- or if you open the same mailbox with multiple users at the same time
In the end Microsoft added activesync support to Outlook as an inbetween step to migrate users from hotmail.com to office 365 and never really intended it to be used in an office context.
-
wrote on Apr 12, 2024, 10:45 AM last edited by
50Gb is a soft limit you can change that with a simple registry edit. I have no doubt its set by default to that for a good reason though.
Out of office is clunky with non-exchange servers, resorting to webmail interface is usually the best option. Buts it's hardly a "must have feature", in my experience.
My end goal is to have a stable, low maintenance server, the mail client users have on the desktop is secondary to that. That said, I've tried multiple mail clients in an attempt to replace outlook, and they all have worse issues than outlook, even the ones with better features like ...
The BAT!
Thunderbird
emclient
Add to that sometimes people run their line of business app that integrates with MS office / outlook (ie sending invoices via email), and wont work with other mail clients at all. -
@vladimir-d worked on enabling active sync for SOGo however I am a bit at a loss how to test this even on windows. For some reason I all the outlook/mail/office365 clients I have tried from Microsoft only support adding exchange server via the Microsoft account.
Does anyone have a good guide on how to add a custom active sync server so we can test and fix the SOGo app?
-
App Devwrote on May 7, 2024, 5:46 PM last edited by fbartels May 7, 2024, 5:47 PM
-
wrote on May 7, 2024, 10:00 PM last edited by
Can you use microsofts remote connectivity test site?
https://testconnectivity.microsoft.com/tests/O365Eas/input -
wrote on May 7, 2024, 10:05 PM last edited by
Don't want to create bad blood, but you could take a look at the mailcow SoGo implementation. It has working ActiveSync.
-
@fbartels unfortunately the "Mail" app which is installed on that machine only has exchange together with an MS account. But also the app icon is already slightly different. Not sure how I can get the older version of it back.
That's a bit of the issue with all those guides I found, little match to what I see.
-
@fbartels unfortunately the "Mail" app which is installed on that machine only has exchange together with an MS account. But also the app icon is already slightly different. Not sure how I can get the older version of it back.
That's a bit of the issue with all those guides I found, little match to what I see.
@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.
-
@fbartels great suggestion! Works well via browser vnc and I was able to set up exchange via SOGo. Login works however various Windows error codes are thrown when syncing or sending mails. So this will probably require more work.
-
In the latest package now has active sync enabled. It should be enabled without having to adjust configs just update to latest. Please report back any issues!
wrote on May 22, 2024, 2:00 PM last edited by@nebulon Works great. Maybe add an hint somewhere, that you have to point you mail client to the sogo domain and not the mail server domain. It is logical but I only got to the conclusion after a few seconds of receiving an error.
-
wrote on May 23, 2024, 5:51 AM last edited by
What what!?!
Active sync is now working!?!!!
-
-
-
wrote on May 29, 2024, 9:55 AM last edited by
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.
-
wrote on May 30, 2024, 7:53 AM last edited by
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.
-
G girish referenced this topic on May 30, 2024, 10:43 AM
-
@scurtis from what I have read in msn docs, you have to set up a autodiscover.xml. Maybe you can try https://docs.cloudron.io/email/#autodiscoverxml
-
wrote on May 31, 2024, 2:10 PM last edited by Jarod May 31, 2024, 2:10 PMThis post is deleted!
-
wrote on May 31, 2024, 3:35 PM last edited by
-
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).