Are there any moves afoot to do the same thing for qmail-remote as qpsmtpd does for qmail-smtpd?
While many of the plugins may not be useful for outbound traffic, being able to run clamav against everything, for example, would go a long ways to being a good 'Net neighbor.
I'm working on a full-blown MTA and the sending part, TipJar::MTA, is available on CPAN. I'm
actually changing the message object implementation in the version I'm working on now but the module
is GPL/AL so you are welcome to use parts of it. Setting up a front-end to TipJar::MTA that accepts
qmail-remote invocation syntax would be trivial (after giving TipJar::MTA a thorough look-thru, of course.)
Chipping the parts of TipJar::MTA that attempt the sending out into a piece that works exactly like
qmail-remote would also be possible. All qmail-remote does, IIRC, is attempt to deliver a single message
to one or more recipients at a single remote SMTP server. The communication primitives within
TipJar::MTA would work perfectly well for this, as of course would Net::CMD and friends.
-- [EMAIL PROTECTED] Include phrase "cat and buttered toast" to get through my filter
