RE: Password Roundcube Plugin
05-13-2015, 08:18 AM
(This post was last modified: 05-13-2015, 08:19 AM by las2conB.)
(04-28-2015, 09:15 PM)apinto Wrote: @ @[las2conB]
have you checked the file permissions?
did you double checked every setting?
If you want help spend a bit more time explaining your issue, the steps you did to install the plugin, what is the exact error you are getting and provide us any other information you might think it is relevant.
Without correct information all we can do is guess, not help.
Hi @apinto sorry for the delay in my reply, I was not subscribe to the topic and I've just found out that you did it quite a long time ago.
So I've double checked every setting and here's what I have:
- I've the following file in my /etc/sentora/panel/etc/apps/webmail/plugins/password folder:
4 -rwxrwxrwx 1 root root 865 May 13 00:00 config.inc.php
- Here's its content (following the mentioned post instructions):
Code:
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_confirm_current'] = true;
$rcmail_config['password_minimum_length'] = 0;
$rcmail_config['password_require_nonalpha'] = false;
$rcmail_config['password_log'] = false;
// SQL Driver options
$rcmail_config['password_db_dsn'] = 'mysql://postfix:'the_actual_postfix_mysql_password'@localhost/sentora_postfix';
// Intended on fleshing this out a bit, but wanted to get something working first
$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%D WHERE username=%u';
$rcmail_config['password_idn_ascii'] = false;
// Also tried making a shell script called dovecotpw that just passes the arguments on to doveadm pw, no difference
$rcmail_config['password_dovecotpw'] = '/usr/bin/doveadm pw';
$rcmail_config['password_dovecotpw_method'] = 'PLAIN-MD5';
$rcmail_config['password_dovecotpw_with_method'] = true;
When I log in my webmail and try to change the password, here's what I get (in spanish): see attachement.
Translation of the alert box: "An error has occurred" "A new password couldn't be saved".
I have double checked the password (hidden here for security reasons) and it's the right one.
Any help would be mostly appreciated.
Best regards.
P.S. If I set the same password, success message shows up, just in case it helps.