Usermin integration with Roundcube

6 posts / 0 new
Last post
#1 Tue, 12/22/2009 - 10:13
RedKnot

Usermin integration with Roundcube

Hi I would like to integrate usermin/virtualmin with these roundcube plugins so users can change their settings from within roundcube.

http://trac.roundcube.net/browser/trunk/roundcubemail/plugins/password http://github.com/bhuisgen/rc-vacation/

Which perl files should I call to change the password and to set the autoreply options? Where can I find documentation for these scripts?

thanks, Martijn

Sun, 01/24/2010 - 12:36
qianyang

Martijn, thank you very much for your strive, I am also very intrested in that, why nobody answers here

Sun, 01/24/2010 - 17:00
andreychek

You guys may want to take a look at the Virtualmin API... there's the command line API that you can see by running "virtualmin" from the command line". There's also a remote API, which you can see documented here:

http://www.virtualmin.com/documentation/id,remote_http_api/

Thu, 01/28/2010 - 14:55
qianyang

Hi addreychek,

thank you very much for your tips. But the example of you functions not at all

"$result = shell_exec("wget -O - --quiet --http-user=root --http-passwd=pass --no-check-certificate 'https://localhost:10000/virtual-server/remote.cgi?program=list-domains'");"

every time I call this function, it return the nomral windows and tells me that I should login.

Furthermor this function can ony be executed as root. It is much much better to let every virtual Server owner to be albe to execute the remote function as a virtual Server onwer, because he has also login and password.

Thank you in advance for your work

Thu, 01/28/2010 - 15:26
andreychek

Howdy,

I don't disagree, but that may be a limitation with the currently available API... you may want to file a feature request using the Support link above, so that Jamie can know that's something you're interested in.

-Eric

Thu, 01/28/2010 - 16:25
qianyang

Thank you Andrey, I have done that. This is really a very intrested feature.

Topic locked