Roundcube Community Forum

 

hmail_password problem

Started by Changeez, November 14, 2011, 02:59:24 AM

Previous topic - Next topic

Changeez

hi
i installed hmail_password plugin according to its instruction inside. but nothing apeared as password setting in my mailbox setting. so my main questions are:
1- there's no main.inc.php file in plugins folder but some guides over internet say you should add hmail_password in plugins array in it. is it enough to just change the main.inc.php in config folder of RC?
2- what's the format of inserting plugin name in array; 'hmail_password'  or "hamil_password"?
3-what sort of configurations is needed for config.inc.php file inside the hamil_password plugin folder?

thanks in advance

rosali

#1/#2
Add in main.inc.php 'hmail_password'.
The array should look then similar to ...

$rcmail_config['plugins'] = array('hmail_password','taskbar','global_config');

#3
Rename bundled config.inc.php.dist to config.inc.php and set your desired configuration inside config.inc.php (has to be valid php syntax); config options there should be self-explanatory.

... each entry reflects a registered plugin.
Regards,
Rosali

Changeez

#2
thanks for your quick answer.
i've done all those settings but nothing changed. could u plz introduce me a simple plugin which does not need to be set by config.inc.php? just let me ask you is it possible not doing any changes to config.inc.php leads to failing of installation?

rosali

Regards,
Rosali