Hi All,
I have configured RoundCube with SSL, the login url is https://webmail.xxx.mu/
I want to login automatically to this url using curl from within a PHP application(using php curl library) inorder to implement a single signon solution.
Can someone please help me with this ??
Thanks
coolatt
You can't login by cURL because it won't establish a valid session between the client browser and Roundcube.
Is there any work around to this problem ??
Please help me. thanks :(
What do you mean with a single sign on solution? If you are thinking about a single user environment, then check this: Howto: customize your roundcube webmail service in an easy way - Aidam IT-Services Development Blog (http://blog.aidam.de/index.php?/archives/1-Howto-customize-your-roundcube-webmail-service-in-an-easy-way.html)
If you are looking for kind a AJAX based login behind the sceeneries then check my logout_redirect plugin (http://myroundcube.googlecode.com).