• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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