Hi,
Where I can find these two plugins:
(http://img69.imageshack.us/img69/5871/mailblocked.th.jpg) (http://img69.imageshack.us/i/mailblocked.jpg/)
(http://img535.imageshack.us/img535/8999/settingss.th.jpg) (http://img535.imageshack.us/i/settingss.jpg/)
#1- I think this is part of default Roundcube.
#2- Password plugin is bundled with default Roundcube. Just configure and activate it.
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
#1- Which version do you use?
#2- To activate a plugin: ...
$rcmail_config['plugins'] = array(
"password",
"anotherplugin",
"andanotherplugin"
);
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?
#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.
Hi,
Thx for help.
Solved ;). The problem was with DCOM permissions.