Obsolete Releases > SME 8.x Contribs

SOGo and mobile devices ?

<< < (7/8) > >>

nicolatiana:
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

jameswilson:
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 :-)
--- End quote ---

But i dont have these folders?

stephdl:
the path has changed with sogo2, now your options are in   /etc/sogo/sogo.conf.

I assume that you are with sme9

nicolatiana:
As stated by Stephane the path(s) have changed to a more standardized location (in mainstream SOGo packages).

Keep us informed about activesync.

Nicola

jameswilson:

--- Quote from: stephdl 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

--- End quote ---
Not yet but will be over the coming weeks.

thanks re paths ill look at that and report back

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version