Qmailadmin Plugin

Credits

Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.

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');

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound