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:
/var/www/html/roundcube/plugins/password/config.inc.php
We find the line :
$config['password_directadmin_host'] = 'tcp://localhost';
I change the :
$config['password_directadmin_host'] = 'ssl://localhost';
We are changing the TCP and some have even tsl SSL://
save the file.
That's it 🙂
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…