Well, I've started writing an article for Perl.com about Apache::SMTP. So far it's going well. I hope that the article is accepted because I would like to create a community around the new project.
Re:Apache::SMTP vs Apache::Qpsmtpd
ttul on 2005-01-10T18:16:08
qpsmtpd is a nifty package that has lots of great plugins and a strong community behind it. And with the release of Apache::Qpsmtpd it will only get better. I guess the short answer is: TIMTOWTDI.
In an effort to work just like qmail, qpsmtpd made certain trade offs that aren't strictly necessary for processing email -- like passing variables around in %ENV. Our goal with Apache::SMTP is to make a blazingly streamlined SMTP proxy that is designed for maximal Apache integration and minimal legacy cruft. It should also be braindead easy to work with.
As for qpsmtpd -- go crazy! The more alternatives there are in this space, the better.Re:Apache::SMTP vs Apache::Qpsmtpd
ttul on 2005-01-10T19:38:50
The other thing is that Apache::SMTP predates Apache::Qpsmtpd.
Matt Sergeant copied us -- not the other way around.