On Fri, 2007-06-01 at 23:27 -0500, Tim Tsai wrote: > I am a huge DJB fan but even I gave up on qmail - it's just a bit too > much of a pain (I still run djbdns though). Postfix has been working > very well for me, however. > > How about just bolt in any one of the following:
Shudder ('bolt in'). > > http://search.cpan.org/~rhandom/Mail-Spool-0.50/lib/Mail/Spool.pm > http://search.cpan.org/~davidnico/TipJar-MTA-queue-0.02/queue.pm > http://search.cpan.org/~zacs/Mail-Queue-DB-0.03/lib/Mail/Queue/DB.pm > > and if you really want to stick to the qmail interface, this would be a > start. IMO, what is useful about qmail is the concisely _documented_ design and construction. Borrowing that reduces the work but the interfaces are built on what is available in C and you might find better ways to do things in perl (or not). I would be very careful about taking anything from CPAN. There seems to be a lot of half-built things there. The quality of the code in qpsmtpd is *much* better than the average on CPAN. Nonetheless these references look useful. > > http://search.cpan.org/~giff/Mail-Qmail-Queue-0.02/README.pod > > Tim > > Robin H. Johnson wrote: > > On Fri, Jun 01, 2007 at 01:02:03PM -0400, Guy Hulbert wrote: > > > >> On Fri, 2007-06-01 at 09:33 -0700, Robin H. Johnson wrote: > >> > >>> My basic outline was to take the architecture of qmail, and > >>> incrementally replace the parts of qmail with Perl re-implementations. [snip] -- --gh