Author Topic: Aborted connection 155 to db on Postfix Mail Server  (Read 1868 times)

0 Members and 8 Guests are viewing this topic.

Offline
*
Aborted connection 155 to db on Postfix Mail Server
« 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 :)

Offline
***
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #1 on: June 04, 2025, 11:32:28 AM »
Hi,

Does anyone offer a solution to this issue?

Thanks in advance!

BR
Venty

Offline
*****
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #2 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.

Offline
***
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #3 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

Offline
*****
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #4 on: June 04, 2025, 02:21:02 PM »
In the [mysqld] section.

Offline
***

Offline
*****
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #6 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.

Offline
***
Re: Aborted connection 155 to db on Postfix Mail Server
« Reply #7 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)