sevenymedia
Verified User
- Joined
- Sep 28, 2015
- Messages
- 31
I manage multiple DirectAdmin servers and since a week I'm seeing a strange issue on one of them.
Since last week the Exim queue on one of them is filling up with lots of e-mails to [email protected]. I compared log lines for some messages on multiple servers. I'm missing some log lines on the failing server.
The following are log lines for a message on the failing server
And these are the log lines for a message on a server which doesn't fillup it's queue
So when comparing the process on both servers I'm missing the following lines on the failing server, looks like it doesn't bounce or something
Anybody who might be able to help my out on this one?
Since last week the Exim queue on one of them is filling up with lots of e-mails to [email protected]. I compared log lines for some messages on multiple servers. I'm missing some log lines on the failing server.
The following are log lines for a message on the failing server
Code:
2021-09-14 19:06:30 1mQBt8-0001CT-MS <= root@***** U=root P=local S=801 T="lfd on *****: Excessive resource usage: nginx (1496 (Parent PID:1496))" from <root@*****> for root
2021-09-14 19:06:30 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1mQBt8-0001CT-MS
2021-09-14 19:06:30 1mQBt8-0001CT-MS User 0 set for local_delivery transport is on the never_users list
2021-09-14 19:06:30 1mQBt8-0001CT-MS == root@***** R=localuser T=local_delivery defer (-29): User 0 set for local_delivery transport is on the never_users list
And these are the log lines for a message on a server which doesn't fillup it's queue
Code:
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky <= root@***** U=root P=local S=822 T="lfd on *****: Excessive resource usage: nginx (3159 (Parent PID:3159))" from <root@*****> for root
2021-09-14 17:02:46 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1mQ9xO-0001Gn-Ky
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky User 0 set for local_delivery transport is on the never_users list
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky == root@***** R=localuser T=local_delivery defer (-29): User 0 set for local_delivery transport is on the never_users list
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky ** root@*****: retry timeout exceeded
2021-09-14 17:02:46 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1mQ9xO-0001Gn-Ky
2021-09-14 17:02:46 1mQ9xO-0001H4-PH <= <> R=1mQ9xO-0001Gn-Ky U=mail P=local S=2131 T="Mail delivery failed: returning message to sender" from <> for root@*****
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky Completed
So when comparing the process on both servers I'm missing the following lines on the failing server, looks like it doesn't bounce or something
Code:
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky ** root@*****: retry timeout exceeded
2021-09-14 17:02:46 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1mQ9xO-0001Gn-Ky
2021-09-14 17:02:46 1mQ9xO-0001H4-PH <= <> R=1mQ9xO-0001Gn-Ky U=mail P=local S=2131 T="Mail delivery failed: returning message to sender" from <> for root@*****
2021-09-14 17:02:46 1mQ9xO-0001Gn-Ky Completed
Anybody who might be able to help my out on this one?