Roundcube Community Forum

 

Looking for two plugins from roundcube website screenshots

Started by HTF, June 12, 2010, 07:04:37 PM

Previous topic - Next topic

HTF


rosali

#1- I think this is part of default Roundcube.

#2- Password plugin is bundled with default Roundcube. Just configure and activate it.
Regards,
Rosali

HTF

Quote from: rosali;28030#1- I think this is part of default Roundcube.

- Do I have to active it then as I don't see anything like this?

Quote from: rosali;28030#2- Password plugin is bundled with default Roundcube. Just configure and activate it.

- Can you help me with this. I have Version 0.4-beta.
Quote1. Configuration
 ----------------
 Copy config.inc.php.dist to config.inc.php and set the options as described
 within the file.
I created config.inc.php copy/paste the contents from config.inc.php.dist but I don't see any different. I use MySQL and Hmailserver so I left default settings to use SQL. What else do I have to set?

Regards

rosali

#1- Which version do you use?

#2- To activate a plugin: ...

$rcmail_config['plugins'] = array(
  "password",
  "anotherplugin",
  "andanotherplugin"
);
Regards,
Rosali

HTF

Quote from: rosali;28034#1- Which version do you use?

I have Version 0.4-beta. Sorry it appears when message is open in a new tab

Quote from: rosali;28034#2- To activate a plugin: ...

$rcmail_config['plugins'] = array(
  "password",
  "anotherplugin",
  "andanotherplugin"
);

I figured it out but now I receive error message:
QuoteCould not save new password
- if I use MySQL and hMailserver what driver I should use: sql or hmail?

rosali

#2- Use hmail driver.

Alternatively you could use 'settings' and 'hmail_password' plugins. These plugins are bundled with other myroundcube plugins. For download, please refer to my signature links.
Regards,
Rosali

HTF

Hi,

Thx for help.

Solved ;). The problem was with DCOM permissions.