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

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