Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. SOGo
  3. ActiveSync

ActiveSync

Scheduled Pinned Locked Moved Solved SOGo
41 Posts 11 Posters 5.9k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Guillaume
    wrote on last edited by Guillaume
    #7

    @nebulon sorry for the late reply.
    To test ActiveSync you can try to connect with the Exchange connector available on all native mail client available on desktop (Windows/MacOS) and mobile OS (Android/iOS).
    On the first configuration step the client always try to autoconfigure the server hostname but if it fail you can then enter your server hostname.

    The endpoint for activesync should be always on this path from what I understand /Microsoft-Server-ActiveSync
    You have to not forget the reverse proxy configuration, an exemple is available on the readme of the repo.

    ## !!! ActiveSync provided by Z-Push !!!
    ##
    
    #location ^~ /Microsoft-Server-ActiveSync {
    #    access_log /var/log/nginx/activesync.log;
    #    error_log  /var/log/nginx/activesync-error.log;
    #
    #    proxy_connect_timeout 75;
    #    proxy_send_timeout 3600;
    #    proxy_read_timeout 3600;
    #    proxy_buffers 64 256k;
    #
    #    proxy_set_header Host $host;
    #    proxy_set_header X-Real-IP $remote_addr;
    #    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    
    #    proxy_pass http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync;
    #    proxy_redirect http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync /;
    #}
    

    I'll be happy to help to test some image if you manage to compile activesync.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AartJansen
      wrote on last edited by
      #8

      +1 to test if you add it. Plenty of business users around here are glued to their precious outlook application. (although with the coming big changes, maybe not for long).

      fbartelsF 1 Reply Last reply
      0
      • A AartJansen

        +1 to test if you add it. Plenty of business users around here are glued to their precious outlook application. (although with the coming big changes, maybe not for long).

        fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by fbartels
        #9

        @AartJansen said in ActiveSync:

        Plenty of business users around here are glued to their precious outlook application. (although with the coming big changes, maybe not for long).

        Outlook is no fun with activesync however. It's ok if you have a small mailbox, but large mailboxes with frequent changes are problematic. If you want to use outlook (the old outlook will luckily be around for a few more years) and don't want to use Exchange/Microsoft 365, you need something like https://kopanion.de/

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AartJansen
          wrote on last edited by AartJansen
          #10

          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.

          1 Reply Last reply
          0
          • fbartelsF Offline
            fbartelsF Offline
            fbartels
            App Dev
            wrote on last edited by
            #11

            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.

            1 Reply Last reply
            1
            • A Offline
              A Offline
              AartJansen
              wrote on last edited by
              #12

              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.

              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #13

                @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?

                1 Reply Last reply
                0
                • fbartelsF Offline
                  fbartelsF Offline
                  fbartels
                  App Dev
                  wrote on last edited by fbartels
                  #14

                  Under windows 10 you can use the "Mail" app.

                  image.png

                  When you add an account you need to scroll down to the "Advanced setup"

                  image.png

                  And then you can choose Exchange ActiveSync as the account type:

                  image.png

                  The data for the server should look something like this, you can leave the domain setting empty:

                  42dc14ed-37d0-4904-8948-1270f65dddf7-image.png

                  1 Reply Last reply
                  2
                  • A Offline
                    A Offline
                    AartJansen
                    wrote on last edited by
                    #15

                    Can you use microsofts remote connectivity test site?
                    https://testconnectivity.microsoft.com/tests/O365Eas/input

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      Jarod
                      wrote on last edited by
                      #16

                      Don't want to create bad blood, but you could take a look at the mailcow SoGo implementation. It has working ActiveSync.

                      1 Reply Last reply
                      1
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #17

                        @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.

                        fbartelsF 1 Reply Last reply
                        0
                        • nebulonN nebulon

                          @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.

                          fbartelsF Offline
                          fbartelsF Offline
                          fbartels
                          App Dev
                          wrote on last edited by
                          #18

                          @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.

                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #19

                            @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.

                            image.png

                            1 Reply Last reply
                            0
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #20

                              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!

                              J G 2 Replies Last reply
                              2
                              • nebulonN nebulon

                                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!

                                J Offline
                                J Offline
                                Jarod
                                wrote on last edited by
                                #21

                                @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.

                                1 Reply Last reply
                                2
                                • P Offline
                                  P Offline
                                  privsec
                                  wrote on last edited by
                                  #22

                                  What what!?!

                                  Active sync is now working!?!!!

                                  1 Reply Last reply
                                  1
                                  • nebulonN nebulon marked this topic as a question on
                                  • nebulonN nebulon has marked this topic as solved on
                                  • S Offline
                                    S Offline
                                    scurtis
                                    wrote on last edited by
                                    #23

                                    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.

                                    1 Reply Last reply
                                    0
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #24

                                      Something like:

                                      image.png

                                      image.png

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        scurtis
                                        wrote on last edited by
                                        #25

                                        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.

                                        1 Reply Last reply
                                        2
                                        • girishG girish referenced this topic on
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #26

                                          @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

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search