Koozali.org: home of the SME Server

SOGo and mobile devices ?

Offline nicolatiana

  • *
  • 721
  • +0/-0
Re: SOGo and mobile devices ?
« Reply #30 on: March 21, 2014, 11:35:08 AM »
Maybe one-day mister M$ will realize that exist a thing that is named "Standard Protocols" such as CardDav & CalDav and they will integrate in their OS (actually they are already inside but they support only Google Accounts).
Maybe it would be useful to file a bug in SOGo ML.

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline jameswilson

  • ****
  • 739
  • +0/-0
    • Security Warehouse, trade security equipment
Re: SOGo and mobile devices ?
« Reply #31 on: November 30, 2014, 12:53:07 AM »
I have successfully got active sync to partitally work and will continue to test (currently only calender sync functions but i have another question

On the fwl services page regarding dovecot contrib (sme 8.1)

there is this instruction

Quote
SOGo integration

To enable all these features with SOGo, you need to modify it's configuration. Here're the configuration to change (you need to create a custom template) in /home/sogo/GNUstep/Defaults/.GNUstepDefaults:

    SOGoSieveServer = "sieve://localhost:4190";
    SOGoVacationEnabled = YES;
    SOGoForwardEnabled = YES;
    SOGoSieveScriptsEnabled = YES;
Here's the snippet I've added in the template to conditionnally enable all this:

{
    if (($sieve{'status'} || 'disabled') eq 'enabled'){
        my $sieveport = $sieve{'TCPPort'} || '4190';
        $OUT .=<<"HERE";
        SOGoSieveServer = "sieve://localhost:$sieveport";
        SOGoVacationEnabled = YES;
        SOGoForwardEnabled = YES;
        SOGoSieveScriptsEnabled = YES;
HERE
    }
}
Then, just expand /home/sogo/GNUstep/Defaults/.GNUstepDefaults and restart SOGo, now you should have access to all these extra features :-)

But i dont have these folders?

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SOGo and mobile devices ?
« Reply #32 on: November 30, 2014, 10:53:21 AM »
the path has changed with sogo2, now your options are in   /etc/sogo/sogo.conf.

I assume that you are with sme9
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline nicolatiana

  • *
  • 721
  • +0/-0
Re: SOGo and mobile devices ?
« Reply #33 on: November 30, 2014, 11:27:02 AM »
As stated by Stephane the path(s) have changed to a more standardized location (in mainstream SOGo packages).

Keep us informed about activesync.

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline jameswilson

  • ****
  • 739
  • +0/-0
    • Security Warehouse, trade security equipment
Re: SOGo and mobile devices ?
« Reply #34 on: November 30, 2014, 11:53:12 AM »
the path has changed with sogo2, now your options are in   /etc/sogo/sogo.conf.

I assume that you are with sme9
Not yet but will be over the coming weeks.

thanks re paths ill look at that and report back

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SOGo and mobile devices ?
« Reply #35 on: November 30, 2014, 05:31:53 PM »
Keep us informed about activesync.

indeed the wiki could be a good place to share this
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!