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:

Roundcube News

Technology:

Post date Technology
11 years 5 months Update 0.9.4 released
11 years 6 months Update 0.9.3 released
11 years 8 months Update 0.9.2 is out
11 years 9 months Update 0.9.1 released
11 years 10 months Stable version 0.9.0 released
11 years 11 months Security updates 0.8.6 and 0.7.3
11 years 11 months Release candidate for version 0.9
12 years 3 weeks Update 0.8.5 released
12 years 1 month Release 0.9-beta ready for download

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

  • 4 months 2 weeks ago
    1.27.2 update
  • 4 months 4 weeks ago
    Drupal 10/11 config
  • 4 months 4 weeks ago
  • PHP
    4 months 4 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 5 months 4 hours ago
    New version of Pound