remember to change the password to you postfix mysql account
How to add password reset option in roundcube
|
(08-19-2015, 05:18 PM)Diablo925 Wrote: open /etc/sentora/panel/etc/apps/webmail/plugins/password/config.inc.php Hello Diablo925! His setup worked perfectly for me, I changed only the data bank. A few days ago I was looking for a solution. Thank you! Thanks given by: apinto
I was also having problems getting roundcube to successfully implement the password plugin - as other users here were reporting.
I'll post my resolution here and note that my install in 2018 is for the latest stable roundcube version 1.3.8. MODS: If you re-open the original thread I'd be glad to repost my resolution there so we arent asking why people aren't searching the forums first.. The problem may be related to some inconsistencies as provided in file paths/names as well as the values in the plugin config. 1. The first step instructs you to modify the file /etc/sentora/configs/roundcube/main.inc.php Note: My CentOS 7 server has the file located at: /etc/sentora/configs/roundcube/roundcube_config.inc.php The fix remains the same however: Find: Code: $rcmail_config['plugins'] = array('managesieve'); Replace with: Code: $rcmail_config['plugins'] = array('managesieve','password'); The second step instructs you to modify the file /etc/sentora/panel/etc/apps/webmail/plugins/password/config.inc.php NOTE: My CentOS 7 server did not have this file. The directory did contain a file similar config.inc.php.dist I believe this is the main problem. First we need to create the missing file. 2. Copy the distribution version of the config: Code: cd /etc/sentora/panel/etc/apps/webmail/plugins/password/ Now we need to modify the plugin config. You may notice the provided resolutions are inconsistent with your config file and from one another. (Eg: $rcmail_config['password_driver'] = 'sql'; vs $config['password_driver'] = 'sql' NOTE: For my CentOS 7 server the plugin config calls all of the variables $config[...] (omitting rcmail). I did try a mix of both, and one or the other. Both, either, or a mix all appear to work. My suggestion is then use what your existing config file calls it. Having said this, that means the most important part is copying the config file as listed above. 3. Edit the plugin config variables in /etc/sentora/panel/etc/apps/webmail/plugins/password/config.inc.php Code: $config['password_driver'] = 'sql';
It is working for you ?
Did you have to restart the postfix or apache ? I've done exactly the same as you, the field is there, but the error that show me is : "There is an Error" "It was not possible to change your password" (02-06-2019, 11:05 PM)ngeluis@gmail.com Wrote: It is working for you ? I just verified success with an email account. Changed the password twice through roundcube. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to upgrade RoundCube | rajeevrrs | 0 | 2 ,103 |
11-01-2022, 10:19 PM Last Post: rajeevrrs |
|
can not send email - SMTP error on roundcube | wolvepy | 9 | 31 ,751 |
01-03-2020, 08:37 AM Last Post: Telepuzik |
|
Increase maximum size on import files (roundcube) | dimnas | 1 | 11 ,713 |
02-21-2018, 01:30 PM Last Post: TGates |
Users browsing this thread: 4 Guest(s)