• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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