docs/diploma

view thesis/tex/2-MailTransferAgents.tex @ 101:6e2eaf91e59f

some comments
author meillo@marmaro.de
date Wed, 19 Nov 2008 18:25:07 +0100
parents d24fdd3d5990
children de590ff06051
line source
1 \chapter{Mail transfer agents}
3 After having read about the history of electronic mail and the basics of \mta{}s in the last chapter, this chapter introduces a group of \mta{}s. Among them, the already mentioned \sendmail. The selected group will be delimited against other groups of \MTA{}s, which are described as well.
5 The chosen programs will be presented to the reader in a short overview and with the most important facts. The next chapter will show a comparison of these programs in several disciplines.
7 \section{Advantages of \MTA{}s}
9 << why are they important? >> %FIXME
12 \section{Types of \MTA{}s}
13 ``Mail transfer agent'' is a term covering a variety of programs. One thing is common to them: they transfer email from one \emph{thing} to another. These \emph{things} can be hosts, meaning independent machines, or protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transfered.\footnote{\sendmail{}'s initial purpose was moving mail between \NAME{UUCP}, \NAME{SMTP}, and \name{Berknet}.}
15 Beside this common property, \MTA{}s can be very different. Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included. Some can fetch mails through these protocols. Others have have all features you can think of. And maybe there are some that do nothing else but transporting email.
17 Following are groups of \mta{}s that will \emph{not} be regarded further.
19 \subsection*{Relay-only \MTA{}s}
20 \label{subsec:relay-only}
21 This is the most simple kind of \MTA. It transfers mail only to defined \name{smart hosts}\footnote{\name{smart host}s are \MTA{}s that receives email and route it to the actual destination}. \name{Relay-only} \MTA{}s do not receive mail from outside the system, and they do not deliver locally.
23 Most \MTA{}s can be configured to act as such a \name{forwarder}. But this is usually an additional functionality.
25 One would use such a program to give a system the possibility to send mail, without the need to do lots of configuration. In a local network, usually the clients are set up with a \name{relay-only} \MTA, while there is one \name{mail server} that acts as a \name{smart host}. The ``dumb'' clients send mail to this one \name{mail server} which does all the work.
27 Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
30 \subsection*{Groupware}
31 Normally the term ``groupware'' does not mean one single program, but a suite of programs. They build a framework which is then populated with various modules that provide actual funktionality. Modules for mail transfer, file storage, calendars, resource management, instant messaging, etc., are commonly available.
33 One would use one of these program suites if the main work to do is not mail transfer, but providing integrated communication facilities and team working support for a group of people. The most common scenario are companies. They have \name{groupware} running to provide adequate services for their teams to work efficently. But one may use \name{groupware} on the home server for his family members also.
35 Examples are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
38 \subsection*{``Real'' \MTA{}s}
39 There is a third type of \mta{}s in between the minimalistic \name{relay-only} \MTA{}s and the bloated \name{groupware}. Those programs may be named ``real \MTA{}s'', or ``proper \MTA{}s'', though there is no common name. They are what is meant with the term ``\mta''.
41 Common to them is their focus on transfering email, while being able to act as \name{smart host}. Their variety ranges from ones mostly restricted to mail transfer (\name{qmail}) to others already having interfaces for adding further mail processing modules (\name{postfix})---thus everything in between the other two groups. %FIXME: are postfix and qmail good examples?
43 This group is of importance in this document. The programs selected for the comparison are ``real \MTA{}s''.
47 \subsection*{Programs to sort out}
49 \name{Mail transfer agent}s can be segmented in various ways, apart from the classification above. Groups of programs wiproperties significantly different from \masqmail\ will be sorted out now.
51 \subsection*{Non-\emph{sendmail-compatible} \MTA{}s}
52 Due to \sendmail's significance---described in section \ref{sec:sendmail}---compatiblity interfaces for \sendmail\ are of importance for \unix\ \MTA{}s. Being not \emph{sendmail-compatible} does not need to matter for some fields of action, but makes the program ineligible for serving as a general purpose \MTA\ on \unix\ systems.
54 Hence all \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here.
56 An Examples here is \name{Apache James}. %FIXME: check if correct
59 \subsection*{Non-free software}
60 Only programs being \freesw\ are regarded, because comparing \freesw\ with proprietary or commercial software is not what typical users of programs like \masqmail\ do. Comparison with those non-free programs may be a point for large \freesw\ projects, trying to step into the business world. Small projects, mostly used by individuals at home, need to be compared against other projects of similar shape.
62 The comparison should be seen from \masqmail's point of view, so non-free software is out of the way.
66 \section{Popular \MTA{}s}
67 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that focus on mail transfer and are \freesw. One would not use a program for a job it is not suited for. Therefor only \mta{}s that are mostly similar to \masqmail\ are regarded.
69 For the comparision, five programs are taken. These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim}, and \masqmail. The four alternatives to \masqmail\ are the most important representatives of the regarded group. % FIXME: add ref that affirm that
71 \name{courier-mta} is also a member of this group, being even closer to \name{groupware} than \name{postfix}. It is excluded here, because the \NAME{IMAP} and webmail parts of the mail server suite are more in focus than its \MTA. Common mail server setups even bundle \name{courier-imap} with \name{postfix}.
73 Other members are: \name{smail}, \name{zmailer}, \name{mmdf}, and more; they all are less important and rarely used.
75 Following is a small introduction to each of the five programs chosen for comparision.
77 \subsection*{\sendmail}
78 \label{sec:sendmail}
79 \sendmail\ is the most popular \mta. Since it was one of the first \MTA{}s and was shipped by many vendors of \unix\ systems.
81 The program was written by Eric Allman as the successor of his program \name{delivermail}. \sendmail\ was first released with \NAME{BSD} 4.1c in 1983. Allman was not the only one working on the program. Other people developed own versions of it and a variety of flavors came up, especially in the late eighties when Allman was inactive.
83 \sendmail\ is focused on transfering mails between different protocols and networks, this lead to a very flexible (though complex) configuration.
85 The latest version is 8.14.3 from May 2008. The program is distributed under the \name{Sendmail License} as both, \freesw\ and proprietary software of \name{Sendmail, Inc.}.
87 Further development will go into the project \name{MeTA1} which succeeds \sendmail.
89 More information can be found on the \sendmail\ homepage \citeweb{sendmail:homepage} and on \citeweb{wikipedia:sendmail} and \citeweb{jdebp}.
92 \subsection*{\name{qmail}}
93 \label{sec:qmail}
94 \name{qmail} is seen by its community as ``a modern SMTP server which makes sendmail obsolete''. It was written by Daniel~J.\ Bernstein starting in 1995. His primary goal was to create a secure \MTA\ to replace the popular, but vulnerable, \sendmail.
96 \name{qmail} first introduced may innovative concepts in \mta\ design and is generally seen as the first security-aware \MTA\ developed.
98 Since November 2007, \name{qmail} is released in the \name{public domain} which makes it \freesw. The latest release is 1.03 from July 1998.
100 The programs homepages are \citeweb{qmail:homepage1} and \citeweb{qmail:homepage2}. Further information about \name{qmail} is available on \citeweb{lifewithqmail}, \citeweb{wikipedia:qmail} and \citeweb{jdebp}.
103 \subsection*{\name{postfix}}
104 \label{sec:postfix}
105 The \name{postfix} project was started in 1999 at \name{IBM research}, then called \name{VMailer} or \name{IBM Secure Mailer}. Wietse Venema's program ``attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.''\citeweb{postfix:homepage} In fact, \name{postfix} was mainly designed after qmail's architecture to gain security. But in contrast to \name{qmail} it aims much more on being fast and full-featured.
107 Today \name{postfix} is taken by many \unix systems and \gnulinux distributions as default \MTA.
109 The latest stable version is numbered 2.5.5 from August 2008. \name{postfix} is covered by the \name{IBM Public License 1.0} which is a \freesw\ license.
111 Additional information is available on the program's homepage \citeweb{postfix:homepage}, on \citeweb{jdebp} and \citeweb{wikipedia:postfix}.
114 \subsection*{\name{exim}}
115 \label{sec:exim}
116 \name{exim} was started in 1995 by Philip Hazel at the \name{University of Cambridge}. Its age is about the same as \name{qmail}'s, but the architecture is totally different.
118 While \name{qmail} took a completely new approach, \name{exim} forked of \name{smail-3}, and therefor is monolitic like that and like \sendmail. But having no separation of the individual components of the system, like \name{qmail} and \name{postfix} have, did not hurt. Its security is comparably good.
120 \name{exim} is highly configurable, especially in the field of mail policies. This makes it easy to specify how mail is routed through the system and who is allowed to send email to whom. Also interfaces for integration of virus and spam check programs are provided by design.
122 The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007.
124 One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}.
131 \section{Comparison of \MTA{}s}
133 % http://shearer.org/MTA_Comparison
134 % http://www.geocities.com/mailsoftware42/
135 % http://fanf.livejournal.com/50917.html
136 % http://archives.neohapsis.com/archives/postfix/2006-07/1762.html
137 % http://www.oreillynet.com/lpt/a/6849
138 % http://www.mailradar.com/mailstat/
140 \subsection{First release}
141 sendmail: 1983
143 postfix: 1999
145 qmail: 1996 (first beta 0.70), 1997 (first general 1.0)
147 exim: 1995
149 masqmail: 1999
151 exchange: 1993
154 \subsection{Lines of code (with sloccount on debian packages)}
155 sendmail: 93k
157 postfix: 92k
159 qmail: 18k
161 exim: 54k
163 masqmail: 14k
165 exchange: (no source available)
168 \subsection{Architecture}
169 sendmail: monolitic
171 postfix: modular
173 qmail: modular
175 exim: monolitic
177 masqmail: monolitic
179 Like its anchestor \sendmail, \masqmail\ is a monolitic program. It consists of only one \emph{setuid root}\footnote{Runs as user root, no matter which user invoked it.}\index{setuid root} binary file, named \path{masqmail}. All functionality is included in it; of course some more comes from dynamic libraries linked.
182 exchange: (unknown)
185 \subsection{Design goals}
186 sendmail: flexibility
188 postfix: performance and security
190 qmail: security
192 exim: general, flexible \& extensive facilities for checking
194 masqmail: for non-permanent internet connection
196 exchange: groupware
199 \subsection{Market share (by Bernstein in 2001)}
200 sendmail: 42\%
202 postfix: 1.6\%
204 qmail: 17\%
206 exim: 1.6\%
208 masqmail: (unknown)
210 exchange: 18\%
215 << complexity >>
217 << security >>
219 << simplicity of configuration and administration >>
221 << flexibility of configuration and administration >>
223 << code size >>
225 << code quality >>
227 << documentation (amount and quality) >>
229 << community (amount and quality) >>
231 << used it myself >>
233 << had problems with it >>
238 << quality criteria >> %FIXME
240 << standards of any kind >> %FIXME
242 << how to compare? >> %FIXME
244 << (bewertungsmatrix) objectivity >> %FIXME
246 << how many criterias for ``good''? >> %FIXME
250 % from the practice of programming
251 % names: are they good?
252 % check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184)
256 \subsubsection*{masqmail stuff}
258 The \masqmail\ executable can be called under various names for \name{sendmail-compatibility} reasons. This is commonly organized by creating symbolic links with with different names to the \masqmail\ executable. These are \path{/usr/lib/sendmail} and \path{/usr/sbin/sendmail} because many programs expect a \mta\ to be located there. Further more \sendmail\ provides shortcuts by calling it with a different name instead of supplying command line arguments. The best known of it is \path{mailq}, which is equivilent to calling the \MTA\ with the argument \verb+-bq+. \masqmail\ reacts to the names \path{mailq}, \path{smtpd}, \path{mailrm}, \path{runq}, \path{rmail}, and \path{in.smtpd}. The last four are an addition to \sendmail. Not implemented is the name \path{newaliases} because it is not relevant to \masqmail. To provide the command nonetheless, one may write a shell script located at \path{/usr/bin/newaliases}, that simply invokes \verb+masqmail -bi+.
260 %masqmail: mailq, mailrm, runq, rmail, smtpd/in.smtpd
261 %sendmail: hoststat, mailq, newaliases, purgestat, smtpd
263 \masqmail\ is written in the \NAME{C} programming language. The program, as of version 0.2.21, consists of 34 source code and eight header files, containing about 9,000 lines of code\footnote{Measured with \name{sloccount} by David A.\ Wheeler.}. Additionally, it includes a \name{base64} implementation (about 300 lines) and \name{md5} code (about 150 lines). For systems that do not provide \name{libident}, this library is distributed as well (circa 600 lines); an available shared library however has higher precedence in linking.
265 The only mandatory dependency is \name{glib}---a cross-platform software utility library, originated in the \NAME{GTK+} project. It provides safer replacements for many standard library functions. (The unsafe \verb+sprintf()+ is one example.) Also it offers handy data containers, easy-to-use implementations of data structures, and much more.
267 With \masqmail\ comes the small tool \path{mservdetect}; it helps setting up a configuration that uses the \name{mserver} system to detect the online state. Two other binaries get compiled for testing purposes: \path{readtest} and \path{smtpsend}. All three programms use \masqmail\ source code; they only add a file with a \verb+main()+ function each.
269 \masqmail\ does not provide an interface for modules with additional functionality. There exists no add-on or module system. But the code is separated by function to the various source files, and some functional parts can be included or excluded by defining symbols. This means adding some argument (like \verb+--enable-maildir+) to the \verb+configure+ call. Thus the concerning code gets not removed by the preprocessor.