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

Can't find qmail-qstat

Justin Clarke

Regular Pleskian
As per this article: http://kb.odin.com/en/158 I cannot find qmail-qstat in /var/qmail/bin/qmail-qstat

In /var/qmail I have the folders:

mailnames (contains folders for all domains on the server)
popuser (this is empty)

If I go into any of the domain folders inside mailnames there is no qmail-qstat, only a .qmail file

Any ideas?

I'm trying to find the file so I can script something that tells me how many messages are in the queue.

Thanks.
 
Seems you have Postfix MTA installed instead Qmail. Check it.

Mentioned file is a part of psa-qmail package:

# rpm -qf /var/qmail/bin/qmail-qstat
psa-qmail-1.03-cos5.build93091230.06
 
You can list Postfix mail queue with

# postqueue -p

('man postqueue' for details)
 
Back
Top