Hello friends,
I need to monitor (with MRTG) how many "messages successfully delivered"
per minute and how many "new messages goes to queue" per minute.
To create a graph for "messages successfully delivered" we count the
mailog for the string "success: " (or "accepted_message").
But we're having trouble for the "new messages going to queue" graph. I
don't know what string I need to look for. I tried couting for the
string "new msg" or "from <" but they (also?) appear when Qmail is
simpling trying to deliver that message, and that's not good for me.
Does anybody here know any string that indicates a real "new message"
going to queue?
Thanks, Henrique.