[How To ] Qmail check mail queue on Centos Server

2012-04-17

This is easy way to check mail queues on your qmail mail server. I am using Centos server for E-mail Hosting . To view your message in queue simply type following command on your terminal.

qmailctl stat

Then you will see the following output:

# qmailctl stat /service/qmail-send: up (pid 7877) 8297 seconds /service/qmail-send/log: up (pid 7878) 8297 seconds /service/qmail-smtpd: up (pid 7882) 8297 seconds /service/qmail-smtpd/log: up (pid 7879) 8297 seconds /service/qmail-pop3d: up (pid 7880) 8297 seconds /service/qmail-pop3d/log: up (pid 7881) 8297 seconds messages in queue: 5 messages in queue but not yet preprocessed: 0

At this time of article the messages in queue are 5. Also Read, How to Forward Emails on Qmail.