• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

qmail queue fillup solution

S

stockmaster

Guest
Hi community

I spend a lot of time with qmail problems and tried to understand what’s going on. Especially I always was worried about the queue filling up.

When I send emails to customers I normally do this with BCC and fill it with about 50 addresses. Always some of this emails got stuck in the queue. The emails stayed there forever.

Now I figured out (with help of the internet) to get rid of them. Perhaps you are interested in this solution:

queuelifetime is the file where the time is stored how long emails remain in the queue. If you want to turn on this option in Plesk do this! If you don’t have one, create it!

Go to the command line in Unix:

echo "432000" > /var/qmail/control/queuelifetime (43200 stands for one day)

/etc/init.d/qmail restart

You will see that the queued emails disappear after one day automatically . I hope this helps.


stockmaster
 
Are you sure that 432000 = 1 day?

Or,

432000 = (/60) 7200 min = (/60) 120 hrs = (/24) 5 days ??
 
Back
Top