Plugins Roundcube

Aus Tutorials
Zur Navigation springen Zur Suche springen

Voraussetzungen

wget https://github.com/roundcube/plugin-installer/archive/master.zip
unzip master.zip
sudo mv plugin-installer-master/ /var/www/roundcube/plugin-installer/
sudo chown -R www-data:www-data /var/www/roundcube/plugin-installer/
cd /var/www/roundcube/
sudo su 
curl -sS https://getcomposer.org/installer | php 
cp composer.json-dist composer.json
exit
PEAR repository from http://pear.php.net could not be loaded.
    ...,
    "config":{
        "secure-http" : false
    }
sudo php composer.phar update --lock

Carddav

sudo apt-get install git curl php5-cli php5-curl

Installation

git clone https://github.com/blind-coder/rcmcarddav
sudo mv rcmcarddav/ /var/www/roundcube/plugins/carddav/
sudo chown -R www-data:www-data /var/www/roundcube/plugins/carddav/
cd /var/www/roundcube/plugins/carddav/
sudo -u www-data cp config.inc.php.dist config.inc.php

Links

http://www.benjamin-schieder.de/carddav.html

Links

https://plugins.roundcube.net/


Zurück zu Mailserver einrichten