Activesync

Discussion in 'ISPConfig 3 Priority Support' started by ganewbie, Jul 18, 2018.

  1. ganewbie

    ganewbie Member HowtoForge Supporter

    Hello,
    We are using Debian 9, with IPSConfig3.1, Apache
    Did anybody try to install the following plugin:
    https://plugins.roundcube.net/packages/kolab/calendar
    Our clients wants to have the feature active sync for outlook calendar to work between multiple devices for each user.
    Where do we start from?
    Thanks,
     
  2. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    https://gitlab.awesome-it.de/kolab/roundcube-plugins
    What about
    besides it was pretty straight forward:
    Code:
    cd /tmp/
    git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
    cd /var/lib/roundcube/
    cp -r /tmp/roundcubemail-plugins-kolab/plugins/calendar .
    cp -r /tmp/roundcubemail-plugins-kolab/plugins/libcalendaring .
    composer require sabre/vobject 3.3.3
    cd calendar/
    cp config.inc.php.dist config.inc.php
    nano config.inc.php
    mysql roundcube < drivers/database/SQL/mysql.initial.sql
    nano /etc/roundcube/config.inc.php
    
     
  3. ganewbie

    ganewbie Member HowtoForge Supporter

    Hello,
    Thank you for the quick response.
    First, i want to correct that we have debian 8 not 9.

    We've been trying to follow the steps you provided however we are stopping at the below cmd as we're getting an error.
    Code:
    root@srv1:/etc/roundcube# composer require sabre/vobject 3.3.3
    -bash: composer: command not found
    please note that our Roundcube files are in /etc/roundcube that's why i tried the steps using that path.
    all what we have in /var/lib/roundcube are symbolic links.
    Please advise.
    Thanks!
     
  4. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    yeah same for me, you can do that in /usr/share/roundcube aswell probably.
    you don't have composer installed
    https://getcomposer.org/download/
    maybe you need to call composer.phar
     

Share This Page