Chapter 3. Comparison With Other Popular MTA's

sendmail

In the right hands, can be quite a flexible tool to translate between the different conventions of various networks. Unfortunately this is accomplished by programming in an unfamiliar production language containing many magic features. The learning time for doing this is very long, the effort involved is that of learning a completely new language and environment. Moreover, Sendmail has all major components built into a single large program. Both of these design decisions have been acknowledged as mistakes by the author of Sendmail. Its major shortcoming in comparison to the MMDF mailer is its primitive database facility and lack of caching.

sendmail 8.x

Since long time of no development, sendmail got a developemnt boost around mid 1990'es, which has made it somewhat better, but still the principal queueing model is the same as always.

MMDF

MMDF is a comprehensive mail environment, including its own mail composition program and of course a mailer. There are too many parts to it as can be said, it is a system, not a subsystem), and the address manipulation is only sufficient for a relatively homogenous environment. It does have reasonable database facilities and caching, as opposed to Sendmail, and the concept of Channels. However, knowledge about address semantics is distributed in several programs instead of being centralized.

PMDF

PMDF was originally a smaller version of MMDF with correspondingly reduced features and flexibility, but it has had years of development since late 1980'es, and its commercial version is amongst the high performers of MTAs in late 1990'es.

Upas

Upas is a curious approach to the problem. It lets the user do half the work of message routing, in a manner similar to PMDF on VMS systems. It is entirely concerned with the message envelope, and leaves all message header munging to auxiliary programs if appropriate. In fairness one should note this mailer was developed in an environment where most message headers were scorned, thus making this a reasonable approach (``optimize the normal case''). The Eighth Edition Upas had no database capability at all, but it did exhibit one useful characteristic: the routing decisions are made by passing the recipient envelope address through a set of regular expressions. This production rule approach is similar to what Sendmail does, but uses a more familiar mechanism and environment.

Smail 3.0

Another recently developed (late 1980'es), mailer worth mentioning here is Smail3.0. It is intended as a program capable of replacing Sendmail in many situations. To a large extent it succeeds as this, and there are some nice ideas involved as well. Its two major drawbacks are that it is not as easy to adapt to local needs as Sendmail is (compiled instead of interpreted rules and algorithms), and retaining Sendmail's single-program design. It addresses database and caching issues, and seems generally like a nicer design in many respects, a bit like PMDF's configuration options in a Sendmail package.

Smail 3.1

Further developemnts for Smail 3.0.

Exim

http://www.exim.org/

A post-developemnt version of Smail.

qmail

http://www.qmail.org/

postfix

http://www.postfix.org/

Until the recent increase in the demand for inter-network mail gatewaying, Sendmail's flexibility had quite adequately served to implement a gateway function between selected networks. With increased variety of the normal address syntax and mail capabilities of connected networks, and more complex kinds of routing decisions becoming necessary, the existing mailers have been showing their age and their limits. ZMailer is intended to give the mail administrator a software tool that fits the times.