• 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

Monitoring mail

J

johnharman

Guest
Hi,

I come to this from having run a number of sendmail servers. There are two sendmail tools which I use a lot in resolving email problems, just wondering whether QMail (which plesk installs) has an equivalent to either or both.

(1) tail -f /var/log/maillog
shows every action the mail server is performing in real-time - very hand for debugging (maillog file exists, but is 0 size constantly).

(2) mailq
shows list of messages awaiting delivery along with reason why its still on the queue.

Assistance would be much appreciated.

John
 
tail -f /usr/local/psa/var/log/maillog

/var/qmail/bin/qmail-qstat
/var/qmail/bin/qmail-qread
 
Thanks

Thanks guys, thats got the info I was looking for.
 
I like qmHandle - it shows the number of remote and local emails in the queue.
 
i would like a tool to find bad domains sending mail .
or a way to dynamicly change the me file for virthosts.
any ideas on these?
 
Back
Top