Major re-write removing the need for SQLite this means that people will be able to run this milter to verify the sender and recipient addresses before accepting an email.
Very configurable with the options to whitelist domains and the ability to add permenent entries.
This milter uses the MX records (or host if no MX records exist) to verify the sender and not the sending server.
This action can be overidden using the mailtertable and virtual user table to allow the correct verification.... read more
Release early and often: so we have. New version now uses SQLite as the back end as it has proved more flexible than the BDM approach.
This release has some general code tidy up as well and some more reporting functionality. A major feature is that the the permenent entries and temporary entries are now combined in a single table so lookups are carried out in one place.
BM-Milter is a completely perl based milter which checks the sender and recipient email address before accepting the MTA. This first release works well but needs further testing to identify any issues.