• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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