roundcube

Roundcube LDAP Addressbook

Roundcube Configuration for Global Addressbook
Edit config/defaults.inc.php to include an LDAP address book section:

Technology:

RCM-CardDav

Installation
Download the latest version of the plugin:

cd /extra/src
wget http://www.crash-override.net/uploads/downloads/carddav_0.7.0.tar.bz2
tar -jxf carddav_0.7.0.tar.bz2

Move it into your Roundcube plugin directory:

Technology:

Roundcube Calendar Plugin

Installation
Download the latest version of the plugin:

cd /extra/src
wget https://myroundcube.googlecode.com/files/roundcube-0.7.2-bundle-v.1.0.zip
unzip roundcube-0.7.2-bundle-v.1.0.zip -d myroundcubeplugins

Move it into your Roundcube plugin directory:

Technology:

Sieve Plugins for Roundcube

In addition to the managesieve plugin that is included with Roundcube, there is also SieveRules plugin.

Installation

  • managesieve
    Copy the sample config file:

    cd /var/websites/mail/htdocs/roundcube/plugins/managesieve
    cp config.inc.php.dist config.inc.php

    Then edit it to change some defaults to match our Sieve install:

    $rcmail_config['managesieve_port'] = 4190;

    To enable a Dovecot plugin like this one, add it's name to the $rcmail_config['plugins'] array in /var/websites/mail/htdocs/roundcube/config/main.inc.php:

Qmailadmin Plugin

Qmailadmin plugin for Roundcube adds tabs to the Roundcube settings page, allowing the user to set their vacation message or change their password. Behind the scenes, it logs in to qmailadmin as that user to make the changes. Both vacation and password tabs can be individually disabled.

cd /extra/src
wget http://www.davidc.net/sites/default/files/qmailadmin-1.0.1.zip
unzip qmailadmin-1.0.1
mv qmailadmin /var/websites/mail/htdocs/roundcube/plugins/
chown -R nobody:nobody /var/websites/mail/htdocs/roundcube/plugins/qmailadmin

Add qmailadmin to $rcmail_config['plugins'] in /var/websites/mail/htdocs/roundcube/config/main.inc.php:

$rcmail_config['plugins'] = array('managesieve',"qmailadmin');
Subscribe to RSS - roundcube

Recent Updates

  • 2 years 3 weeks ago
  • 2 years 3 weeks ago
  • 2 years 3 weeks ago
    php 8.x
  • 2 years 4 weeks ago
    10.6.7
  • 2 years 1 month ago
    Drop Centos 5/6 stuff