Author Topic: sogo-activesync package  (Read 16990 times)

Torsten73

  • Zen Warrior
  • ***
  • Posts: 174
  • Karma: +6/-1
    • View Profile
sogo-activesync package
« on: March 11, 2014, 08:14:04 pm »
Hi,
explained here: http://comments.gmane.org/gmane.comp.groupware.sogo.user/16996

activesync support should basically work, but there need to be some modifications to apache? I dont´t understand what i need to do. Maybe i better need to wait that on zentyal labs the howto will appear?

And i found a really new guide for it : https://lists.inverse.ca/sogo/arc/users/2014-02/msg00078.html https://github.com/inverse-inc/sogo/blob/master/Documentation/SOGo%20Installation%20Guide.odt

But they were speaking of sogo 2.2.1 . Is that the same like zentyal 3.4 will use? Edit: No its 2.2.0 Maybe with this version it´s impossible?

to use we simply modify :
Code: [Select]
To enable Microsoft ActiveSync support in SOGo, you must install the required packages.
 yum install sogo-activesync libwbxml
 
 
Once installed, simply uncomment the following lines from your SOGo Apache configuration:
 ProxyPass /Microsoft-Server-ActiveSync \
    http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \
    retry=60 connectiontimeout=5 timeout=360
 
 
Restart Apache afterwards.
unfortunatly i don´t understand where i need to edit the apache...
« Last Edit: March 11, 2014, 09:02:17 pm by Torsten73 »
--------------------------------------------------------------
Zentyal 3.5 (offline) unter Ubuntu12.04.3 YAVDR 0.5 als KVM Host
Action Pack Abo with a running Exc. 2013 :-)

Torsten73

  • Zen Warrior
  • ***
  • Posts: 174
  • Karma: +6/-1
    • View Profile
Re: sogo-activesync package
« Reply #1 on: March 11, 2014, 08:58:13 pm »
for zentyal it seems to be /etc/apache2/sites-available/zentyal-sogo.conf

i added it at the end and restarted apache with warnings

Code: [Select]
root@zentyal-serv:/home/administrator# service apache2 restart
 * Restarting web server apache2                                                                                                                                                                              [Tue Mar 11 20:46:34.750215 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'retry=60' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
[Tue Mar 11 20:46:34.750429 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'connectiontimeout=5' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
[Tue Mar 11 20:46:34.750504 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'timeout=360' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
                                                                                                                                                                                                       [ OK]
when calling http://192.168.0.10/SOGo/Microsoft-Server-ActiveSync i will get a blank page. (i didn´t expect it working ...)
--------------------------------------------------------------
Zentyal 3.5 (offline) unter Ubuntu12.04.3 YAVDR 0.5 als KVM Host
Action Pack Abo with a running Exc. 2013 :-)

jelleb

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: sogo-activesync package
« Reply #2 on: March 11, 2014, 10:21:45 pm »
Hi, i suppose you don't have the RPC Proxy working ok? If not i don't think active sync is going to work.

I would like to see offical support for active sync in Zentyal so that i can kick Exchange out of the building.

Jelle

jkerihuel

  • Zentyal Staff
  • Zen Warrior
  • *****
  • Posts: 152
  • Karma: +18/-3
    • View Profile
Re: sogo-activesync package
« Reply #3 on: March 13, 2014, 01:50:40 pm »
Hi Torsten,

Due to our schedule, activesync packages will be delayed and released about 2 weeks after the release. They will be available directly from zentyal repositories, ready to be deployed and used with no hassle.

There is no change of plans, just a more accurate schedule.

Br,
Julien.
Twitter: http://twitter.com/jkerihuel
Key fingerprint = 08BA 50B1 9EFF 8E1E FB4A  24FA B2A9 D5F3 9624 1CC2

kockopes

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +2/-0
    • View Profile
Re: sogo-activesync package
« Reply #4 on: March 13, 2014, 04:33:41 pm »

Once installed, simply uncomment the following lines from your SOGo Apache configuration:
 ProxyPass /Microsoft-Server-ActiveSync \
    http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \
    retry=60 connectiontimeout=5 timeout=360

for zentyal it seems to be /etc/apache2/sites-available/zentyal-sogo.conf

i added it at the end and restarted apache with warnings

Code: [Select]
root@zentyal-serv:/home/administrator# service apache2 restart
 * Restarting web server apache2                                                                                                                                                                              [Tue Mar 11 20:46:34.750215 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'retry=60' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
[Tue Mar 11 20:46:34.750429 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'connectiontimeout=5' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
[Tue Mar 11 20:46:34.750504 2014] [proxy:warn] [pid 25494] AH01146: Ignoring parameter 'timeout=360' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing
                                                                                                                                                                                                       [ OK]
when calling http://192.168.0.10/SOGo/Microsoft-Server-ActiveSync i will get a blank page. (i didn´t expect it working ...)

try restart server. you should see
"
An error occurred during object publishing

reason for HTTP error unknown
" in web browser instead of blank

i can connect from iOS7 via Exchange protocol (but unusable, all strings from contacts/calendar are stripped up to first UTF character, while item is created on ios, items stored via web or thunderbird are fine, mail looks fine , some convert issue while saving from ios, example saving contact "Niño" results "Ni"  )
« Last Edit: March 13, 2014, 05:02:33 pm by kockopes »

Torsten73

  • Zen Warrior
  • ***
  • Posts: 174
  • Karma: +6/-1
    • View Profile
Re: sogo-activesync package
« Reply #5 on: March 14, 2014, 08:34:42 am »
Hi Julien,
I am happy to get a clear answer. Then i don't need to spend time in research momentally. I don't hassel about 2 or 4 Weeks Moore :-)
--------------------------------------------------------------
Zentyal 3.5 (offline) unter Ubuntu12.04.3 YAVDR 0.5 als KVM Host
Action Pack Abo with a running Exc. 2013 :-)

Torsten73

  • Zen Warrior
  • ***
  • Posts: 174
  • Karma: +6/-1
    • View Profile
Re: sogo-activesync package
« Reply #6 on: March 26, 2014, 08:18:39 pm »
a little push up  ;D any news ?
--------------------------------------------------------------
Zentyal 3.5 (offline) unter Ubuntu12.04.3 YAVDR 0.5 als KVM Host
Action Pack Abo with a running Exc. 2013 :-)

jkerihuel

  • Zentyal Staff
  • Zen Warrior
  • *****
  • Posts: 152
  • Karma: +18/-3
    • View Profile
Re: sogo-activesync package
« Reply #7 on: March 27, 2014, 02:11:26 pm »
in the pipe for next week.

Br,
Julien.
Twitter: http://twitter.com/jkerihuel
Key fingerprint = 08BA 50B1 9EFF 8E1E FB4A  24FA B2A9 D5F3 9624 1CC2

marcusone

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: sogo-activesync package
« Reply #8 on: March 27, 2014, 08:45:37 pm »
in the pipe for next week.

Br,
Julien.

Awesome; please update this thread when its released!

neroit

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: sogo-activesync package
« Reply #9 on: April 02, 2014, 05:48:16 pm »
Any news regarding activesync package?

Thanks

b.deivid

  • Zen Apprentice
  • *
  • Posts: 25
  • Karma: +3/-0
    • View Profile
Re: sogo-activesync package
« Reply #10 on: April 02, 2014, 07:33:32 pm »
Yeah,

what about it ? Would like to test it and implement if possible !

Torsten73

  • Zen Warrior
  • ***
  • Posts: 174
  • Karma: +6/-1
    • View Profile
Re: sogo-activesync package
« Reply #11 on: April 02, 2014, 07:39:25 pm »
be patient and wait.
Julien will give us an announce if it is ready. And the week is not over  ;) And i believe there will be an article on zentyal labs. This has been written somewhere here, when its ready.
And maybe there are too many bugs in pipe at the moment. But when julien says its comming this week i think it shouldn´t last very long.

In SOGo himself it´s working, so it should be surly possible in zentyal.
--------------------------------------------------------------
Zentyal 3.5 (offline) unter Ubuntu12.04.3 YAVDR 0.5 als KVM Host
Action Pack Abo with a running Exc. 2013 :-)

MarcinK

  • Zen Apprentice
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
Re: sogo-activesync package
« Reply #12 on: April 07, 2014, 09:44:49 am »
Any news about Sogo ActiveSync???

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: sogo-activesync package
« Reply #13 on: April 07, 2014, 09:59:30 am »
Will be available this week for sure. We've had some delay because of the upgrade from 3.3 to 3.4. Please be patient :)
Zentyal Server Lead Developer

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: sogo-activesync package
« Reply #14 on: April 08, 2014, 04:06:52 pm »
This is already available:

https://wiki.zentyal.org/wiki/ActiveSync

Let us know if you have any doubt!
Zentyal Server Lead Developer