LCA: Lessons from 30 years of Sendmail
Posted Feb 4, 2011 16:07 UTC (Fri) by
dskoll (subscriber, #1630)
In reply to:
LCA: Lessons from 30 years of Sendmail by james
Parent article:
LCA: Lessons from 30 years of Sendmail
I read that article. The problem with the Postfix solution was not Postfix, but the fact that they were filtering from a procmail-invoked Perl script. That's a huge fail.
We run our Perl spam-scanner in conjunction with Sendmail, but we use the Milter interface to keep persistent Perl scanners running. The bottleneck in this system is by far the spam-scanning; Sendmail doesn't even show up on the radar.
(
Log in to post comments)