• 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.

Issue Qmail queue 20gb

GUI > Tools & Settings > Mail > Mail Server Settings > Tab "Mail Queue"
will give you details on the messages in the queue so that you can either delete them selectively or altogether.
 
That is the thing, the emails are not there. I usually use a postfix command to delete queues : "postqueue -p | grep "[email protected]" | awk '{print $1}' | postsuper -d -" .

qmail-qstat shows
"messages in queue: 374658
messages in queue but not yet preprocessed: 374728"

I would like to clean this and avoid it getting full again. I have a friend with the same issue for some reason.
 
Last edited:
Back
Top