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

Problem with the mail queue

Z

zetaweb

Guest
Hi there.

We're experiencing a problem with the mail queue administration on our plesk control panel (system-server-mail-mail queue).
Due to the huge traffic, the queue fills up very, very fast to the point that it's impossible for us to delete it from the Plesk Control Panel. The list page goes blank, unable to list each mail and we have to trouble the server maintainers to clear the queue. Please note that this happens very often.

Is there an option to automatically delete the mail queue in a fixed moment, e.g. every day at noon?

Thank you for your support.
 
Is there an option to automatically delete the mail queue in a fixed moment, e.g. every day at noon?

If you're using MailEnable with the default paths you can use this in a batch file that you put in the task scheduler:
Code:
del /f /s /q "C:\Program Files\SWsoft\Plesk\Mail Servers\Mail Enable\Queues\SMTP\Inbound\*.*"
del /f /s /q "C:\Program Files\SWsoft\Plesk\Mail Servers\Mail Enable\Queues\SMTP\Outgoing\*.*"

Note that "\SWSoft\" may have to be replaced with "\Parallels\" in each line for new installations.
 
Back
Top