• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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