- Qmail.pm - updated so that rblsmtpd options will only be added if rbls are enabled in the config file.
- Qmail.pm - added code to support fail closed, timeout, and hard failure options of rblsmtpd - Added rbl_timeout option to -watcher.conf
- Massivly updated Qmail.pm, now we dynamically build the smtp, send, and pop3 run files - Check to see if we're updating or installing the new control file. - Added debugging output - Only update the file if it's different than the installed one. - Made changes necessary due to Qmail.pm updates
Moved into Mail::Toaster::Watcher. Migrated all subs out of toaster-watcher.pl script and into the Mail::Toaster::Qmail subroutine.
Added additional code to also write out qmails pop3 run files based on .conf settings.
Updates to the toaster-watcher.conf log file. More config settings were added to support the toaster-setup.pl script. It will now read the toaster-watcher.conf file and build the toaster per the settings you have there.
Lots more documentation. Added pod sections to script, added docs/Changes.pod, FAQ.pod, and Credits.pod. Also published docs to new web home for Toaster-Watcher: http://www.tnpi.biz/internet/mail/toaster/watcher/
Added a bunch of options (and code for them) to work in more diverse setups.
Installs smtp/run file and restarts qmail-smtpd
First release - only current function is building the smtp/run file for qmail-smtpd.
MATT::DNS add to MATT::Bundle
Polls selected RBL servers via new module MATT::DNS, adds available rbls to list for inclusion in smtp/run file.
toaster-watcher.conf file format established