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
G

Guillaume

@Guillaume
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ActiveSync
    G Guillaume

    @nebulon Many thanks for this !
    It seems to work pretty well, take my subscription Cloudron ! 🙂

    SOGo

  • ActiveSync
    G Guillaume

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

    SOGo

  • ActiveSync
    G Guillaume

    Hi,
    @girish I re post here instead of the issue tracker, I think it's the good thread.

    Having activesync working in Sogo would be the last feature I need to completely migrate to Cloudron.

    From what I read on the issue tracker the main problem is having the right version of libwbxml.
    I've made some research on project that have working container with activesync and I found this one :
    https://github.com/croessner/sogo/blob/master/Dockerfile
    He fetched libwbxml sources then compile them before compiling Sogo ActiveSync.

    I'm not familiar with the base cloudron image, and missing some time to try myself, do you think someone of your staff can try this solution ?

    Thanks to your team for the amazing work on Cloudron.

    SOGo
  • Login

  • Don't have an account? Register

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