• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

postqueue -p no output

R_R_D

New Pleskian
Hi,

When running the command "postqueue -p" there is no output, even there are emails in the queue.
If running postqueue -v there is otuput. So is just an issue with showing queue emails.

The server is running Centos 6.4 64 bits, Plesk 11.5.30 Update #50, Postfix 2.8.14.

Any help would be appreciated.
Thanks.
 
Hi R_R_D,

to investigate issues, it is wise to include mail - logs ( and sometimes depending configuration files as well! ) , because they will mostly point directly to any problem.



The "-v" string is used to get a "verbose" output, which will result in a MORE DETAILED output, depending to your existing log - settings. You might be interested in reading the postfix manual at:

http://www.postfix.org/postqueue.1.html

SYNOPSIS
postqueue
[-v] [-c config_dir] -f
postqueue
[-v] [-c config_dir] -i queue_id
postqueue [-v] [-c config_dir] -p
postqueue
[-v] [-c config_dir] -s site

-p Produce a traditional sendmail-style queue listing. This option
implements the traditional mailq command, by contacting the
Postfix showq(8) daemon.

Each queue entry shows the queue file ID, message size, arrival
time, sender, and the recipients that still need to be deliv-
ered. If mail could not be delivered upon the last attempt, the
reason for failure is shown. The queue ID string is followed by
an optional status character:

* The message is in the active queue, i.e. the message is
selected for delivery.

! The message is in the hold queue, i.e. no further deliv-
ery attempt will be made until the mail is taken off
hold.

-v Enable verbose logging for debugging purposes. Multiple -v
options make the software increasingly verbose. As of Postfix
2.3, this option is available for the super-user only.
 
Back
Top