3.44 - 2004.08.02
  - Apache.pm
       - Honor package_install_method for Apache2
       - added "WITH_OPENSSL_PORT to apache2 build
       - Apache 1.3.31 updated.
   - BUILD.pod
       - corrected config/contrib typo in build notes
   - FreeBSD.pm
       - added asking for StartJail params if not provided
   - RRDutil.pm
       - added a bunch of pod documentation
   - support/*.html - updated path to red.gif
        - added support/images/red.gif
   - toaster_setup.pl
       - added jailadd target
       - added jailstart target
   - toaster-watcher.pl
       - now requires Mail::Toaster::Utility 1.38 +
       - command line option -v prints out version #
   - Setup.pm
       - install p5-vpopmail perl module
3.43 - 2004.08.01
   - Ezmlm.pm
      - initial authoring
      - Added contrib/ezmlm.cgi & contrib/ezmlm.tmpl
      - requires Email::Valid, vpopmail, & Mail::Ezmlm
   - Logs.pm
      - Increased reporting for stats email
      - Added option for human readable timestamps in smtplog
   - Qmail.pm
      - UpdateVirusBlocks: rebuild tcp.smtp.cdb file after
        adding new IPs to the block list.
      - more error reporting if failure conditions detected
   - RRDutil.pm
      - migrated massive portions of rrdutil.pl into RRDutil.pm
        and RRDUtil/HTML|Graph|SNMP.pm for easier maintenance
      - many forced code cleanups and tweaks due to changes
   - Setup.pm
      - InstallMaildropFilter: exception\n{ needed to be
        exception { (on the same line) for some silly reason
      - Check filtering_spamassassin_method and don't add
        SpamA to qmail-scanner unless it's set to site. Warn
        when it's dropped, and why.
      - InstallVpopmail: ip_alias_domains only got set when
        building from ports. Now it gets set for a source
        install as well.
      - InstallVqadmin:  added new target to toaster_setup.pl
      - InstallPort ucspi-tcp (install via ports)
      - InstallPort openssl
   - Toaster.pm
      - forgot to check svc_dir_submit for qmail_supervise
   - toaster-watcher.conf
      - added install_openssl_port = 1
   - toaster-watcher.pl
      - creates pidfile (/var/run/toaster-watcher.pid) while
        running. Cleans it up upon successful exit.
   - Utility.pm
      - added CheckPidFile subroutine