• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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