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

Question Fastest way to wipe all emails?

mzaboss

New Pleskian
Hi, I just wonder what is the best & fastest way to wipe/delete all emails?

I am using below command:

for i in $(plesk bin mail -l | tr '\t' ' ' | cut -d' ' -f 3- | grep domainnames.com); do plesk bin mail -r "$i"; done

but it takes for ever to remove, especially when i have 20k of emails.

Please advise.

Thank you.
 
What about Tools & Settings > Mail Server Settings > Mail Queue > Clear ?
 
Back
Top