1

Topic: Error with mariadb

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.8
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: ubuntu 20.04.6 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mariadb
- Web server (Apache or Nginx):nginx
- Manage mail accounts with iRedAdmin-Pro?iRedAdmin-Pro-SQL-5.5
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I am getting issues with mariadb and throws the error below

Aborted connection 3810 to db: 'vmail' user: 'vmail' host: 'localhost' (Got an error reading communication packets)

What could probably be the issue with out DB?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Error with mariadb

Add "log_warnings = 1" in my.cnf like below, restart mysql and try again:

[mysqld]
log_warnings = 1