• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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