sendmail X is a message transfer agent that has been designed with these main topics in minds:
sendmail X consists of five main modules of which only one runs as root:
All of these modules run persistently. smtps and smtpc make use of the statethreads library which provides a threading API well suited for Internet applications, smar and qmgr use the POSIX threads API.
The syntax of the sendmail X configuration file is very simple and resembles C programs or the BIND 9 configuration files. A configuration file does not require any special layout, e.g., tabs or one option per line, but relies on braces and semicolons as structuring elements.
The first release of sendmail X (X.0) is intended to be used as a secure and efficient mail gateway. It offers features that are not available in sendmail 8 (or some other open source MTAs), but it does not provide any mail content modification capabilities, e.g., masquerading of addresses or changing (addition, removal) of headers. Later versions will probably add such capabilities.
Moreover, this version of sendmail X does not come with a local delivery agent nor with a mail submission program. The documentation explains which programs can be used to perform these tasks and how other features that are not directly available can be implemented.
sendmail X.0 comes with a policy mail filter library (libpmilter) which offers similar features as libmilter known from sendmail 8, however, without mail content modification capabilities (as mentioned before). Two milter programs have been ported to the pmilter API and are available in the contrib directory.
All aspects of sendmail X (including installation, configuration, and operation) are documented in a single README file which is available in various formats (dvi, HTML, PostScript, PDF, and plain text) such that the user can select the most appropriate format for her needs. Additionally, a design document is separately available for background reading which also covers the implementation and many other aspects.
< smx + feedback (at) sendmailx . org >
(sorry for the obfuscation,
replace (at) with @ and remove the spaces)
Copyright © Claus Aßmann; all rights reserved.