Roundcube Community Forum

 

Plugin Request: QmailAdmin Login

Started by sport, June 07, 2009, 08:49:17 PM

Previous topic - Next topic

sport

Hi,

I have see in Squirrelmail this very interesting plugin

SquirrelMail - Webmail for Nuts!

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

rosali

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.
Regards,
Rosali

sport

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

sport

Nobody interested? Nobody is able to make this plugin? I do not believe ...    :-\

sport

#4
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

davidc

Here's a new plugin that lets you change password or vacation message on a qmailadmin backend: Qmailadmin plugin for Roundcube | davidc.net