qpsmtpd

http://smtpd.develooper.com

qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core SMTP features, all functionality is implemented in small "extension plugins" using the easy to use object oriented plugin API.
qpsmtpd was originally written as a drop-in qmail-smtpd replacement, but now it also includes a smtp forward and a postfix "backend".
MTAのsmtpの受け部分をperlで書いたもの。
でもってrblなりheloのチェックなりspamassassin呼び出すなり、いろんな部分をプラグインでいじれるようになっている。
その結果をどうするかは、Maildirに突っ込むなり、中の人のqmailに渡すなり、postfix protocolしゃべって後は任せるなり、いろいろ。
なかなか面白い。自分のサーバで、受けはこれにして、queue methodはqueue/postfix-queueにして(/var/spool/postfix/public/cleanupで突っ込む)、postfix自身はsmtpdをmaster.cfから消しちゃったりしてみた。