Koozali.org: home of the SME Server

Server load too high, please try again later.msg denied before queued

Offline Bozely

  • *
  • 77
  • +0/-0
I have an old SME 10 box and currently getting

Code: [Select]
loadcheck 902 Server load too high, please try again later. msg denied before queued
followed by

Code: [Select]
450 Server load too high, please try again later.
in the qpsmtp logs, hardware usage looks low, maybe io, what's the best way to find out? Had some HDD issues and resolved them but the issue persists and server is bouncing external emails but delivering internal emails.

Offline Bozely

  • *
  • 77
  • +0/-0
Re: Server load too high, please try again later.msg denied before queued
« Reply #1 on: November 19, 2025, 02:25:17 PM »
fixed, to close this post, we have a backup service should the server go down that holds emails and forwards on when the server is backup, it appears looking at qpsmtpd logs that they were trying to send them all at once an creating an overload.

I temporarily increased max load and emails started to come through and clear the bottleneck.

Code: [Select]
config setprop qpsmtpd MaxLoad 50
signal-event email-update

few things I checked in the lead up was mail queue which
ls -ltr /var/qmail/queue/mess | wc -l

check your current loadavg
Code: [Select]
cat /proc/loadavg
which might highlight the issue
2.13 3.07 3.54 1/373 9512

which gives you three numbers for 1 minute, 5 minute and 15 minute load, running processes vs total processes and last process id.