• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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