Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: ReaHaas on September 06, 2021, 11:23:42 PM

Title: Aborted connection 155 to db on Postfix Mail Server
Post by: ReaHaas on September 06, 2021, 11:23:42 PM
Hi,
i have problem with my cwp server.
I think this is the reason why i can't send or receive any email.
This massage appear on Postfix Mail Server:

[Warning] Aborted connection 155 to db: 'root_cwp' user: 'root' host: 'localhost' (Got an error reading communication packets)
[Warning] Aborted connection 154 to db: 'postfix_policyd' user: 'root' host: 'localhost' (Got an error reading communication packets)
[Warning] Aborted connection 153 to db: 'postfix' user: 'postfix' host: 'localhost' (Got an error reading communication packets)


How to solve this problem?
Thank you for your respon :)
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: venty on June 04, 2025, 11:32:28 AM
Hi,

Does anyone offer a solution to this issue?

Thanks in advance!

BR
Venty
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: overseer on June 04, 2025, 12:56:20 PM
In / etc / my.cnf add this under [mysqld]
Code: [Select]
innodb_buffer_pool_size=100M
max_allowed_packet=1024M
net_read_timeout=3600
net_write_timeout=3600
Restart mariadb.
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: venty on June 04, 2025, 02:07:19 PM
In / etc / my.cnf add this under [mysqld]
Code: [Select]
innodb_buffer_pool_size=100M
max_allowed_packet=1024M
net_read_timeout=3600
net_write_timeout=3600
Restart mariadb.

Hi,

Thank you very much for the answer .....

You recommend that I enter a code in a place within a file /etc/my.cnf ... In a file, I can't find the place where to enter the code, please help? I am with AL9...

Thanks in advance!

BR
Venty
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: overseer on June 04, 2025, 02:21:02 PM
In the [mysqld] section.
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: venty on June 04, 2025, 02:36:18 PM
In the [mysqld] section.

pls, look: https://prnt.sc/N0k68YFzKEza
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: overseer on June 04, 2025, 03:25:13 PM
You can put it in / etc /my.cnf.d/server.cnf if that's how you have things configured. Classically, there is a section in my.cnf.
Title: Re: Aborted connection 155 to db on Postfix Mail Server
Post by: venty on June 04, 2025, 04:37:56 PM
Hi,

appeared again...

.... mariadbd[4869]: 2025-06-04 19:31:08 3126 [Warning] Aborted connection 3126 to db: 'postfix' user: 'postfix' host: 'localhost' (Got an error reading communication packets)