Plugins Roundcube
Version vom 26. März 2016, 13:50 Uhr von Martin Kirner (Diskussion | Beiträge)
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 su cat config.inc.php.dist >> ../../config/config.inc.php exit
/etc/php5/apache2/php.ini
Links
http://www.benjamin-schieder.de/carddav.html
Links
https://plugins.roundcube.net/
Zurück zu Mailserver einrichten