Roundcube Community Forum

 

Password Plugin

Started by Riven, October 30, 2012, 01:08:37 AM

Previous topic - Next topic

Riven

I'm having some problems in getting the password plugin to work with bluehost. It's somewhat irritating.
I've so far followed a lot of the guides i have seen on the forum, but have not been able to get mine to work.

// cPanel Driver options
// --------------------------
// The cPanel Host name
$rcmail_config['password_cpanel_host'] = 'box564.bluehost.com';

// The cPanel admin username
$rcmail_config['password_cpanel_username'] = 'myusernamehere';

// The cPanel admin password
$rcmail_config['password_cpanel_password'] = 'mypassword';

// The cPanel port to use
$rcmail_config['password_cpanel_port'] = 2095;

// Using ssl for cPanel connections?
$rcmail_config['password_cpanel_ssl'] = false;

// The cPanel theme in use
$rcmail_config['password_cpanel_theme'] = 'bluehost';


i don't really know what the problem is for me.

I attached my files without the usernames, if you think you can fix it with my username and password i can send it to you.

SKaero

Try changing "password_cpanel_port" to 2083 and "password_cpanel_ssl" to true.