Em Seg 26 Dez 2005 10:12, Ing. Fernando Villarreal - Silice S.A. escreveu: > Does anybody known if there is any log analyzer for Qmail that analyze > what happened with received/sended email. > > I'm in charge of 3 qmail servers with more than 150 domain, and is very > tedious been digging logs every day to find out what happened with a > particular message, if it was received, or not and if not why, it was > smtp, or qmail, etc.
I use qmailanalog. To find senders: cat current | tai64nfrac | /usr/local/bin/matchup \ | /usr/local/bin/xsender [EMAIL PROTECTED] And to find recipients: cat current | tai64nfrac | /usr/local/bin/matchup \ | /usr/local/bin/xrecipient [EMAIL PROTECTED] GL.