qmail-spp 0.42 review

Download
by rbytes.net on

qmail-spp adds plugin support to qmail's SMTP daemon (qmail-smtpd)

License: GPL (GNU General Public License)
File size: 0K
Developer: Pawel Foremski
0 stars award from rbytes.net

qmail-spp adds plugin support to qmail's SMTP daemon (qmail-smtpd). qmail-spp is written entirely in C using native qmail libraries, so it does not create any dependencies.

qmail-spp has been written because currently there is no common way of enhancing qmail-smtpd's functionality apart of patches which usually are not compatible one with other and require recompilation.

In addition, qmail-spp gives you possibility of enhancing your mail server in any language, so you can easily integrate it with anything you want.

Plugins are external programs which are executed after processing SMTP command, but just before accepting it by qmail; this lets you to add extra checks on commands' arguments before accepting it; for instance you can check envelope recipient address against your "black list".

Plugins can be written in any language, because they are independent programs. They:

should not read anything from standard input,
should not exit with error code 120,
should print all errors to standard error (they are logged),
can print commands on standard output.

qmail-spp 0.42 keywords