ZhangHuangbin wrote:jackb wrote:Thought I’d mention. Roundcube 1.6 is also broken. Password Change gets a Database error when changing Password in Roundcube. 1.5 is fine though.
Is this server (ubuntu 24.04) upgraded from Ubuntu 22.04 or a fresh installation?
I did a quick check on a fresh server, changing password in Roundcube works fine.
The Server was originally deployed back in 2020 using iRedmail 1.3.1, still running Ubuntu Server 20.04 as we speak, wasn't until i made a clone and attempted to upgrade to 22.04 from 20.04 there were problems.
MariaDB reports Got an error reading communication packets which i resolved by adding the following,
/etc/mysql/my.cnf
[mysqld]
log_warnings=1
/etc/mysql/mariadb.cnf
[client-server]
# Port or socket location where to connect
# port = 3306
socket = /run/mysqld/mysqld.sock
Dovecot on another hand has the following which is I removed,
Dovecot.conf
metric imap_command_finished {
event_name = imap_command_finished
}
This is as far as I got, the Production Server is still running 20.04 running the latest packages and iRedMail same with Roundcube 1.6.7 but Password Plugin in Roundcube is broken.
When changing Password in Rouncube it mentions about there is a Syntax Error, changing Password via iRedMail Admin works though. Reverting back to 1.5 fixes the problem.
Regards