RoundCube: Could not save new password. Connection error. Recv failure: Connection reset by peer Naprawa!
Today I will describe correct the problem when you change your password by a panel roundcube get the message :
RoundCube: Could not save new password. Connection error. Recv failure: Connection reset by peer
or after our:
Connection error. Recv failure: Connection closed by the other party
The solution is very simple.
edit file:
1 | /var/www/html/roundcube/plugins/password/config.inc.php |
We find the line :
1 | $config['password_directadmin_host'] = 'tcp://localhost'; |
I change the :
1 | $config['password_directadmin_host'] = 'ssl://localhost'; |
We are changing the TCP and some have even tsl SSL://
save the file.
That's it 🙂
Related entries:
Configuration of the UFW firewall on Ubuntu 22.04
Installing Master PDF editor in Ubuntu 22.04
ack -l DB_NAME
wp-config.php
wp-admin/setup-config.php
wp-config-sample.php
wp-content/plugins/litespeed-cache/src/db-optm.cls.php
wp-content/plugins/newsletter/system/status.php
wp-includes/load.php
wp-includes/ms-load.php
Finding failed SSH login attempts on Debian Systems, Ubuntu, Centos
IRedMail mail server installation on Ubuntu 18.04





