Author Topic: Password Plugin  (Read 3838 times)

Offline Riven

  • Newbie
  • *
  • Posts: 1
Password Plugin
« on: October 30, 2012, 01:08:37 AM »
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.

Code: [Select]
// 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Password Plugin
« Reply #1 on: October 30, 2012, 02:42:42 AM »
Try changing "password_cpanel_port" to 2083 and "password_cpanel_ssl" to true.