Qmail::Deliverable

CI Tests

qmail-smtpd does not know if a user exists. Lots of resources are wasted by scanning mail for spam and viruses for addresses that do not exist anyway.

A replacement smtpd written in Perl (such as qpsmtpd) can use this module to quickly verify that a local email address is (probably) actually in use.

This distribution ships:

Installation

perl Makefile.PL
make
make test
make install

Dependencies

A functional qmail installation in its standard location (/var/qmail) is required at runtime. The test suite ships its own fixture tree under t/fixtures/ and does not require a real qmail install.

Documentation

Each component has its own POD:

perldoc Qmail::Deliverable
perldoc Qmail::Deliverable::Client
perldoc qmail-deliverabled
perldoc Qmail::Deliverable::Comparison

Released under the same terms as Perl itself; see the per-file POD or the LICENSE / package metadata for the redistribution terms a packager has selected.