• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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