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:
Installing Remote Desktop Ubuntu 18.04 xrdp
Installation of the Hestia server management panel on Ubuntu / Debian
Configure phpMyAdmin to use the authentication cookies
IRedMail mail server installation on Ubuntu 18.04
if we redirected our domain gitlab.naszadomena.pl to the server's IP address, the login page should be displayed 8