left header graphic
The Network People Banner
right header graphic
   

web this site

Our Mail Stuff

- Mail Toaster

- Test Email

- Qmail Toaster patch

- QQtool

- tcpserver+Mysql

- maillogs

- MATT::Bundle

- Toaster::Watcher


Toaster Modules

Mail::Toaster

Mail::Toaster::Apache

Mail::Toaster::CGI

Mail::Toaster::Darwin

Mail::Toaster::Ezmlm

Mail::Toaster::DNS

Mail::Toaster::FreeBSD

Mail::Toaster::Logs

Mail::Toaster::Mysql

Mail::Toaster::Passwd

Mail::Toaster::Perl

Mail::Toaster::Provision

Mail::Toaster::Qmail

Mail::Toaster::Setup

Mail::Toaster::Utility


Old Toasters

- 2.2, 2.1, 2.0 (mysql)

- 1.7 (mysql)

- 1.6 (cdb+mysql)

- 1.5 (mysql)

- 1.4 (cdb+mysql)

- 1.3, 1.2 (cdb)


Email Servers

- Qmail (Users), (Mirror)

- Sendmail

- Postfix

- Courier MTA


Web Mail

- Sqwebmail

- Squirrelmail

- Horde/IMP

- OpenWebMail


Spam & Filtering

- Qmail Scanner

- SpamAssassin

- Razor

- Qmail Anti-Spam HowTo

- MAPS

- SBL

- SORBS

- Anti-Relay

- Filtering FAQ

- Maildrop

- Procmail (workshop), (howto)

- UXN Spam Combat

- Qpsmtpd

- magic-smtpd


Mail::Logs (v2.65) - A log file analyzer for mail logs.
Author: Matt Simerson.

[ Install | Docs | FAQ | ChangeLog ]


A script that maintains ever increasing counters for mail logs and functions as a postprocessor for multilog. Currently handles log counting of the following types:

   qmail mail delivery (send)
   qmail-pop3d         (pop3)

   courier pop3d       (pop3)
   courier pop3dssl    (pop3)
   courier imapd       (imap)
   courier imapdssl    (imap)
   vpopmail smtp-auth  (smtp)
   sqwebmail           (webmail)
   squirrelmail        (webmail)
   rblsmtpd            (rbl)
   spamasssassin       (spamassassin)
   qmailscanner        (qmailscanner)

This script and modules is (at last) easily extendible as I continue to find new stats on my mail system that I want to count and graph.

Support is provided on a fee basis. Free support is only available on the toaster mailing list.

Contributions: Express ideas on the mailing list. Write FAQ entries and submit them to the list for consideration. Use the PayPal link to make financial contributions or purchase something from my wish list.


INSTALLATION

Install Mail::Toaster

Install the latest version.

      perl Makefile.PL
      make
      make test
      make install

To install as a post-processor for qmail type the following:

      make qmail

The latest version of the script is still available here.

Run the script without any parameters and it will show you a menu of options.

See the FAQ for how to integrate with Isoqlog and RRDUtil.