Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: sport on June 07, 2009, 08:49:17 PM

Title: Plugin Request: QmailAdmin Login
Post by: sport on June 07, 2009, 08:49:17 PM
Hi,

I have see in Squirrelmail this very interesting plugin

SquirrelMail - Webmail for Nuts! (http://squirrelmail.org/plugin_view.php?id=234)

It is possible to make a "porting" to roundcube?

I've tried to make It, but I'm not a programmer and I don't know the php function and all around the roundcube system :(

Thanks
Title: Plugin Request: QmailAdmin Login
Post by: rosali on June 08, 2009, 03:19:34 AM
I have moved this thread from MyRoundCube to API Based Plugins.

I won't include this into MyRoundCube. Perhaps someone using QmailAdmin will jump onto it to code a v0.3 API based plugin. Myself, I can't. I'm using hMailServer.
Title: Plugin Request: QmailAdmin Login
Post by: sport on June 08, 2009, 03:47:42 AM
Quote from: rosali;19518I have moved this thread from MyRoundCube to API Based Plugins.

I won't include this into MyRoundCube. Perhaps someone using QmailAdmin will jump onto it to code a v0.3 API based plugin. Myself, I can't. I'm using hMailServer.

   
I know that you are using hmailserver but I think it would be a good thing for the community to implement this plugin in myroundcube
Title: Plugin Request: QmailAdmin Login
Post by: sport on June 11, 2009, 10:06:37 PM
Nobody interested? Nobody is able to make this plugin? I do not believe ...    :-\
Title: Plugin Released: QmailAdmin Integration in RC
Post by: sport on June 16, 2009, 08:40:26 PM
Hi,

I have created  this patch with the help of my friend.

How to install:

- Make a backup of your RoundCube directory

- Copy the name_patch in your RoundCube directory

- Into your RoundCube directory execute patch -p0-i name_patch

  qmadm4rc is ONLY for RoundCube 2.1

  qmadm4myrc_SVN2398.1 is for a Myroundcube Installation (RC 2.1 + SVN2398.1)


- Edit the file config/qmailadmin_config.php with your server configuration

$qmailadmin_link= "http://YOUR_SITE/cgi-bin/qmailadmin";
$host_mysql = "YOUR_MYSQL_HOST";
$vpopmail_user = "YOUR_VPOMAIL_USER";
$vpopmail_pwd = "YOUR_VPOMAIL_PASSWORD";
$vpopdb = "YOUR_VPOMAIL_DATABASE";

I hope that it will be useful. Express your opinion please.

Bye bye
Title: Qmailadmin plugin for Roundcube
Post by: davidc on August 28, 2011, 03:55:42 PM
Here's a new plugin that lets you change password or vacation message on a qmailadmin backend: Qmailadmin plugin for Roundcube | davidc.net (http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube)