• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Possible to clear mails for a single mail-address?

Azurel

Silver Pleskian
One mail-account have above 50k error-mails (all the same). The download costs heavy time and the mail client is very busy, so I would like to clear/delete all mails for this one e-mail-address. Is it possible? I go to tab "mail" and select the address, but there is no queue/folder for a ~flush~(delete) command. Is this feature not included in plesk11.5.30? What can I do?

It is fine to delete "hard" mails in?:
/var/qmail/mailnames/address.com/info/Maildir/cur
 
Last edited:
Code:
find /var/qmail/mailnames/address.com/info/Maildir/cur/ -type f -delete

As far as I know there is no side effect to just deleting the mails.

If there are still some valid mails that the customer needs, and you only want to delete bad mails,
it would be better to use grep / xargs to delete just the bad mails.
 
Back
Top