@nebulon Many thanks for this !
It seems to work pretty well, take my subscription Cloudron !
Guillaume
Posts
-
ActiveSync -
ActiveSync@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.
-
ActiveSyncHi,
@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.